body{
        font-family: "Lato", sans-serif;
        font-weight: 400;
        font-style: normal;
        background-image: url("../img/bg1.png");
        background-repeat: no-repeat;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
        margin: 0px;
        padding: 0px;
}

main{
    width: 100%;
    text-align: center;
    padding-top: 5%;
}
main h1{
    font-size: 100px;
    color: #FEC202;
    margin-bottom: 0;
}
main h3{
    font-size: 50px;
}
footer{
    display: flex;
    justify-content: center;
    align-items: center;

}
footer h4{
    margin-top: 10%;
    font-size: 20px;
    margin-left: 50px;
    margin-right: 50xp;
}
h4 img{
    padding-right: 10px;
    margin-top: 0px;
}
.home{
    color:#FEC202;
    font-weight: bold;
}
@media (max-width: 1024px){
    body{
        background-color: black;
        background-repeat: repeat;
    }
    main h1{
        padding-top: 70px;
        font-size: 60px;
        color: #FEC202;
        margin-bottom: 0;
        
    }
    footer{
        font-size: 30px;
        display: flex;
        flex-direction: column;
    }
    footer h4{
        margin: 20px 0px 0px 0px;
        text-align: center;
        font-weight: bold;
        text-shadow: -2px 0px 2px 0px black;
        color: #FEC202;
    }
}

