@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Ubuntu:wght@400;500;700&display=swap');
*{
    background-color: #F6F6F8;
}
.tittle{
    font-size: 24px;
    font-weight: 666;
    background-color:#E3E3E3;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 10VH;
    padding-top: 10px;
}
.h3{
    font-size: 30px;
    font: weight 400px;
    font-family: 'poppins',sans-serif;
    padding-left:5px;

}
p{
    font-size: 1rem;
    font-weight: 400;
    font-family: 'poppins',sans-serif;
    letter-spacing: 0.05px;
    padding-left: 5px;
}
img{
    width: 360px;
    height: 360px;
    justify-items: center;
}
.footer{
    display:flex;
    text-align: center;
    justify-content: center;
    background-color:#F6F6F8;
    padding:1% 1%;
    }
.footer span{
    font-size: 18px;
    font-weight: 300;
    font-family: 'poppins',sans-serif;
    }
.footer span a{
    text-decoration: none;
    }
.img :hover{
    width: 100%;
    height: 100%;
    transition: .6s;
}
.img h3{
    text-align: center;
    font-size: 24px;
    font-weight: 666;
    font-family: 'poppins',sans-serif;
}