body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin-top: 50px;
}

button {
    padding: 10px 20px;
    font-size: 16px;
}

ul {
    list-style-type: none;
    padding: 0;
}

.logo {
    width: 100px;
    height: auto;
}
.title {
    font-size: 24px;
    color: #333;
}
