body {
    font-size: 10px;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
}

.wrapper {
    height: 100vh;
    width: 100%;
    max-width: 500px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

a {
    display: block;
    text-align: center;
}

img {
    width: 100%;
    max-width: 200px;
}

p {
    font-size: 1.2rem;
    width: 80%;
    padding: 20px;
    border: 1px solid lightgray;
    box-shadow: 0 6px 10px rgba(0,0,0,0.2);
    text-align: center;
    margin-bottom: 2em;
    border-radius: 8px;
}

#logo {
    width: 40%;
    margin-bottom: 3em;
}
