@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

main {
    background-color: #f6f6f6;
    /* padding: calc(2rem - 0.9px) 0; */
    min-height: 578.5px;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container .card {
    border-radius: 10px;
}

.btn-tema {
    border-radius: 25px;
    background: #251576;
    background: -webkit-linear-gradient(right, #2b93db, #251576);
    background: -o-linear-gradient(right, #2b93db, #251576);
    background: -moz-linear-gradient(right, #2b93db, #251576);
    background: linear-gradient(right, #2b93db, #251576);
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 10px 9vw;
}

body {
    font-family: Raleway, sans-serif;
    font-size: 13px;
    line-height: 26px;
}