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

.container {
    text-align: center;
}

.logo {
    width: 90%;
    max-width: 700px;
    min-width: 120px;
    height: auto;
}

h1 {
    color: #006940;
    font-size: 16px;
    margin-top: 20px;
}

p {
    color: #272727;
}


