body {
    padding-top: 10rem;
    padding-bottom: calc(10rem - 72px);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center !important;
    background-size: cover !important;
}

a {
    color: #fff !important;
    font-size: 30px !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;
    }
}


