html, body {
    font-family: 'Nunito Sans', sans-serif;
    background-color: white;
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.container img {
    width: 64px;
    height: 64px;
}

#confirm {
    display: flex;
    flex-direction: column;
}

a, a:visited, a:hover {
    color: white;
    text-decoration: none;
}

a, a:hover, a:visited {
    margin-top: 30px;
    font-weight: 700;
    display: inline-flex;
    font-size: 16px;
    background-color:#f04e23;
    border: 1px solid #f04e23;
    border-radius: 6px;
    color: white;
    font-family: sans-serif;
    text-decoration: none;
    padding: calc(16px - 1px) calc(16px * 1.5);
    line-height: 20px;
    cursor: pointer;
    justify-content: center;
}