html, body {
    height: 100%;
    margin: 0;
}

body {
    background: 
        linear-gradient(180deg, #FFF 18.75%, rgba(255, 255, 255, 0.00) 100%) no-repeat,
        url('../images/com/revival_background.png') no-repeat center center fixed;
    background-size: 100% 100%, cover;
    font-family: Roboto;
    overflow-y: hidden;

}

.container {
    margin-top: 75px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;

    height: 85vh;
    overflow-y: auto;
}

.cards-container{
    display: flex;
    justify-content: center;
    align-items: center;

}

.card {

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;

    margin-right: 25px;
    width: 220px;
    height: 220px;
    padding: 25px;

    background-color: #FFF;
    border: 1px solid #D3D0D0;
    border-radius: 19px;

    text-decoration: none; 
    color: inherit;
}

.divider {
    width: 30px;
    height: 3px;
    background-color: #D9D9D9;
}

.redirect-button {
    width: 160px;
    height: 33px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}

.background-red {
    background-color: #E0393F;
    color:#FFF;
}

.background-blue {
    background-color: #353798;
    color:#FFF;
}

.copyright-text {
    margin-top: 150px;
    color: #484848;
}

.text-top {
    font-weight: 500;
    font-size: 28px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #484848;
}

.text-bottom {
    font-weight: 300;
    font-size: 28px;
    line-height: 114.99999999999999%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    color: #484848;
}

.link-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 107%;
    letter-spacing: 0%;
    text-align: center;
}