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

.container {
    text-align: center;
    background-color: #ffffff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 90%;
}

.logo img {
    max-width: 200px;
    margin-bottom: 20px;
}

h2 {
    color: #616161;
    margin-bottom: 20px;
}

p {
    margin-bottom: 10px;
    color: #616161;
}

a {
    color: #616161;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
