@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


*{
    font-family: "Roboto", sans-serif;
}

a{
    color: #000000;
    letter-spacing: 1px;
}
.main_container{
    width: 80%;
    margin: 0 auto;
    box-shadow: -1px 1px 5px 3px rgba(201,201,201,0.7);
    -webkit-box-shadow: -1px 1px 5px 3px rgba(201,201,201,0.7);
    -moz-box-shadow: -1px 1px 5px 3px rgba(201,201,201,0.7);
    padding: 2rem 2rem;
    border-radius: 10px;
   
    color: #000000;
   
}

.info{
    margin: 0 auto;
    width: fit-content;
    margin-bottom: 8rem;
}
.info p{
    text-align: center;
}

.logo-container{
    text-align: left;
    width: 35%; 
    margin: 0 auto; 
     

}
.home-icon {
    width: 20%;
    margin: 0 auto;
}

.home-icon p {
    margin: 0;
}

img{
    width: 100%;
}

h3{
    font-weight: 400;
    letter-spacing: 1px;
}
p{
    line-height: 25px;
}

.my-contact {
    margin-top: 8rem;
}

@media screen and (min-width:300px) and (max-width: 399px){
    h3{
        font-size: 15px;
        font-weight: 500;
    }
    p{
        font-size: 14px;
        line-height: 20px;
    }

}

@media screen and (min-width:400px) and (max-width: 576px) {
    h3{
        font-size: 16px;
        font-weight: 500;
    }
    p{
        font-size: 15px;
        line-height: 21px;
    }

}

@media screen and (min-width:577px) and (max-width: 768px) {
    h3{
        font-size: 17px;
        font-weight: 400;
    } 
    }

    p{
        font-size: 16px;
        line-height: 22px;
    }



