html, body {
    height: 100%;
    padding: 0;
    margin: 0;
}

div {
    display: block;
}

.img1 {
    background-image: url("https://images.pexels.com/photos/818252/pexels-photo-818252.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
    min-height: 100%;
}

.img2 {
    background-image: url("https://images.pexels.com/photos/675764/pexels-photo-675764.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
    min-height: 100%;
}

.img3 {
    background-image: url("https://images.pexels.com/photos/2688664/pexels-photo-2688664.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
    min-height: 100%;
}

.img4 {
    background-image: url("https://images.pexels.com/photos/8109891/pexels-photo-8109891.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
    min-height: 100%;
}

.img5 {
    background-image: url("https://images.pexels.com/photos/10131669/pexels-photo-10131669.jpeg?auto=compress&cs=tinysrgb&h=750&w=1260");
    min-height: 100%;
}

.text1 {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 27px;
    letter-spacing: 8px;
    text-transform: uppercase;
}

h1 {
    color: black;
            font-size: 50px;
            text-shadow: -1px 1px 0 #FFC300,
                        1px 1px 0 #FFC300,
                        1px -1px 0 #FFC300,
                        -1px -1px 0 #FFC300;
}

.img1, .img2, .img3, .img4, .img5 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

section {
    display: block;
}

.section {
    background: rgb(9,9,9);
background: linear-gradient(335deg, rgba(9,9,9,1) 0%, rgba(5,9,25,1) 0%, rgba(28,21,21,1) 35%, rgba(33,38,42,1) 67%, rgba(53,66,73,1) 100%, rgba(45,66,73,1) 100%, rgba(53,67,71,1) 100%, rgba(0,212,255,1) 100%);
    color: white;
    text-align: center;
    padding: 50px 80px;
}

footer {
    font-weight: 300;
    display: flex;
    justify-content: space-evenly;
    padding: 2rem;
    background: rgb(9,9,9);
background: linear-gradient(335deg, rgba(9,9,9,1) 0%, rgba(25,25,5,1) 0%, rgba(28,28,21,1) 35%, rgba(41,42,33,1) 67%, rgba(73,73,53,1) 100%, rgba(45,66,73,1) 100%, rgba(53,67,71,1) 100%, rgba(0,212,255,1) 100%);
    border-top: 4px solid #FBFF00;
}

a, p {
    color: white;
    text-decoration: none;
}

footer>p {
    margin: 2rem;
}

.footer-contact:hover {
    color: #FBFF00;
}

@media (max-width: 568px){
    .img1, .img2, .img3, .img4, .img5{
        height: 100%;
        width: 100%;
    }
}