body {
    font-family: "Roboto", sans-serif;
    color: #333333;
    padding: 40px;
}

.logo img {
    width: 100%;
    max-width: 160px;
}

h1 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}







.wrapper {
    margin-top: 1vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}