

a {
    color: light-blue !important;
    font-size: 30px !important;
}

hr.divider {
    max-width: 10rem !important;
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}


.main-text {
    font-size: 60px;
    align-items: center;
    color: #0a2647;
    flex: 2;
}

@media  screen and (min-width: 550px) {
    .main-text {
        font-size: 70px;
    }
}
@media  screen and (min-width: 800px) {
    .main-text {
        font-size: 80px;
    }
}



/* 
// imgdir: ../background-images/
// imgdir: ../background-images/
*/
body {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 72px);
    background: linear-gradient(to bottom, rgba(192, 177, 166, 0.8) 20%, rgba(192, 177, 166, 0.8) 40%), url("../background-images/kiszel-tunde-kiemelt.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
}
