body {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
    max-width: 80%;
}

img {
    width: 250px; /* Adjust the width of the logo as needed */
    height: auto; /* Adjust the height of the logo as needed */
}

h1 {
    margin-top: 20px;
}

h2 {
    margin-top: 20px;
}

.buttons {
    margin-top: 30px;
}

button {
    margin: 10px;
    padding: 10px 20px;
    width: 250px;
    font-size: 16px;
    cursor: pointer;
    background: #867e7a;
    color: #fff;
    border: thin solid #fff;
}
