body {
    font-family: Arial, sans-serif;
    text-align: center;
    background-color: #111;
    color: white;
}

.container {
    margin-top: 50px;
}

button {
    background-color: #5865F2;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    font-size: 18px;
}

button:hover {
    background-color: #4855c8;
}

img {
    border-radius: 50%;
    margin-top: 10px;
}
