.main-banner {
background-image: url("../main-banner_s.jpg");
height: 55vh;
background-position: center center;
background-size: cover;
padding-top: 5vw;
display: flex;
align-items: center;
justify-content: center;
/*background-attachment: fixed;*/
position: relative;
}
.main-header {
font-family: 'Charm', cursive;
text-align: center;
font-size: 50px;
color: #fce219;
font-weight: 550;
margin: 0;
padding-top: 5vw;
padding-bottom: 1.5vw;
text-shadow: 2px 2px 6px #242222;
position: absolute;
top: 50%;
left: 50%;
margin: -10px 0 0 -277px;
text-align: center;
}
.main-title {
/*font-family: 'Alex Brush', cursive;*/
font-family: 'Roboto', sans-serif;
text-align: center;
font-size: 28px;
font-weight: 550;
color: #f82020;
margin: 0; 
position: absolute;
top: 50%;
left: 50%;
margin: 130px 0 0 -235px;
text-shadow: 1px 1px 1px #414141;
text-align: center;
}