body {
    font-family: sans-serif;
    background-color: #fff;
    color: #1d1d1b;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    font-size: 16px;
}

a {
    color: #3987c8;
    text-decoration: none;
}

img {
    margin-bottom: 60px;
}

h2 {
    margin-top: 50px;
    font-size: 1.25rem;
    font-weight: 500;
}
