html,
body {
    font-family: 'Nunito Sans', sans-serif;
    background-color: #edede3;
    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: 180px;
    height: 50px;
}

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

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

a,
a:hover,
a:visited {
    background-color: rgb(255, 15, 47);
    align-items: center;
    border: 1px solid #fff;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 800;
    height: 60px;
    justify-content: center;
    letter-spacing: normal;
    line-height: 18px;
    padding: 20px 30px;
    text-align: center;
}

a:hover {
    background-color: rgb(209, 0, 28);
}