body {
    font-family: "Sen", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding: 0;
    background-color: #fcfcfc;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.container {
    padding: 20px;
    max-width: 600px;
}

.logo {
    max-width: 300px;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

h1 {
    font-size: 1.5rem;
    font-weight: 600;
}

p {
    font-size: 1rem;
    line-height: 1.6;
    opacity: 0.9;
}

a.mail {
    margin-top: 50px;
    color: #57bef1;
    text-decoration: none;
}
