@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Varela+Round');


html, body {
    font-family: 'Varela Round', sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: white;
}

.background-rome {
    height: 100vh;
    width: 100%;
    background-image: url(assets/images/background-desk.jpg);
    background-size: cover;
    background-position: center;

}

.logo {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    width: 120px;
    text-align: center;
}

.header {
    font-size: 28px;
    line-height: 30px;
    margin-top: 20px;
}

.caption {
    font-size: 20px;
    margin-left: 10vw;
    margin-right: 10vw;
}

.button {
    width: 230px;
    height: 50px;
    background-color: #FA424F;
    padding-top: 8px;
    color: white;
    border: 2px solid white;
    border-radius: 50px;
    font-size: 19px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.no-card {
    color: white;
    text-decoration: underline;
}


