body{
    background-color: #000000;
    margin: 0%;
}
.flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.ft{
    background-image: url("img/img4.jpeg") ;
    height: 480px;
    width: 910px;
    margin: 0%;
    padding: 1px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.wpp{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 17px;
    width: 180px;
    background-color: #25d366;
    color: white;
    padding: 14px 40px 14px 32px;
    text-decoration: none;
    border-radius: 5px;
    font-family: sans-serif;
    cursor: pointer;
    transition: background-color 0.5s ease-in-out, transform 0.5s ease;
}
.wpp:hover{
    background-color: #2aaa48;
    transform: matrix3d()(-10px);
    transform: scale(1.1);
}
.icone{
    margin-right: 15px;
}
.n1{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: 30px;
    text-align: center; 
    width: 600px;
    -webkit-text-stroke: 1px #FFEB3B;
    background: linear-gradient(to right,#FFEE58, red);
    background-clip: text;
    color: transparent;
}
.ft2{
    width: 450px;
    height: 580px;
}
.b2{
    border-radius: 2px;
    color: #D32F2F;
    background-color: #FFEB3B;
    width: 750px;
    margin: 50px;
    margin-right: 150px;
    margin-left: -80px;
    padding: 2px;
    text-align: center;
    font-size: 25px;
    font-family: Georgia, 'Times New Roman', Times, serif;
}
.b4{
    border-radius: 7px;
    width: 250px;
    height: 250px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 50px;
    margin: 40px;
    background-color: #e02f2f;
    color: white;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.icon{
    position: fixed;
    bottom: 30px;
    right: 30px;
    font-size: 30px;
    background-color: #01e675;
    color: #ffffff;
    border-radius: 50%;
    padding: 9px;
    width: 50px;
    height: 50px;
    text-align: center;
    text-decoration: none;
    z-index: 100;
    transition: background-color 0.5s ease-in-out, transform 0.5s ease;
}
.icon .fab{
    padding-top: 9px;
}
.icon:hover{
    background-color: #21983d;
    transform: matrix3d()(-10px);
    transform: scale(1.1);
}
.footer{
    padding: 50px;
    background-color: #000000;
    color: white;
    text-align: center;
    font-size: 20px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

@media only screen and (max-width:600px){

}

@media only screen and (max-width:768px){
    body{
        margin: 0%;
        width: 100%;
    }
    .ft{
        height: 190px;
        margin-bottom: 10px;
        width: 100%;
        font-size: 20px;
        text-shadow: 1px 1px 2px rgb(255, 255, 255);
    }
    .wpp{
        font-size: 10px;
        width: 120px;
        padding: 10px 20px 10px 20px;
        margin-top: 10px;
    }
    .n1{
        font-size: 13px;
    }
    .b3{
        font-size: 17px;
    }
    .b4{
        width: 100px;
        height: 110px;
        padding: 23px;
        margin: 19px;
        font-size: 7px;
    }
    .footer{
        padding: 20px;
        font-size: 13px;
        
    }
}

@media only screen and (max-width:992px){
    .b2{
        font-size: 15px;
        margin: 23px;
        margin-left: 6px;
        margin-right: 6px;
        width: 335px;
    }
    .ft2{
        display: none;
    }
}

@media only screen and (max-width:1045px){

}