body {
    background-image: url("../img/farout-wallpaper.png");
    background-repeat: repeat;
    background-size: 442px 375px;
    text-shadow: 0 0 8px #000;
    font-style: italic;
}

.text-pink {
    color: #FE6EC5;
}

.text-orange {
    color: #FDBE00;
}

button, .button {
    padding: 15px 30px !important;
    border: 1.5px solid !important;
    border-radius: 50px !important;
    font-size: 1.7rem !important;
    font-style: italic;
    text-shadow: 0 0 8px #000;
    text-decoration: none !important;
    display: inline-block;
}

button.orange, .button.orange {
    transition: 0.4s;
    border-color: #fff !important;
    color: #FDBE00;
    background-color: transparent;
}

h1 {
    font-size: 5rem !important;
}

@media (max-width: 992px) { 
    h1 {
        font-size: 4.4rem !important;
    }        
 }

h2 {
    font-size: 3.5rem !important;
}

h3 {
    font-size: 2.5rem !important;
}

h4 {
    font-size: 2rem !important;
}

h5 {
    font-size: 1.5rem !important;
    text-transform: none !important;
}

strong, .strong {
    font-family: 'muliblack';
}