body{
    margin:0;
}
#title{
    margin-top: 10px;
}
.head{
    height: 60px;
}
h1 img{
    margin-left: 30px;
    margin-top: 0px;
}
.container{
    display: flex;
}
nav{
    flex-grow: 1;
    margin-right: 100px;
}
nav ul{
    display: flex;
    justify-content: flex-end;
}
nav ul li{
    margin-top: 3px;
    font-size: 18px;
    margin-left: 50px;
    list-style: none;
}
main{
    margin: 0px;
}
main img{
    margin: 0px;
    width: 100%;
    height: 600px;
    object-fit:cover;
}
h2{
    font-size: 33px;
    border-bottom: 1px solid gray;
    display: inline-block;
    
}
.text1 h3{
    text-align: center;
   
}
.box1{
    margin-top: 50px;
     text-align: center;
}
.text1 img{
    max-width: 105px;
    height: 100px;
    border-radius: 100px;
    margin-top: 20px;
}
#text_in{
    margin-top: 20px;
    display: inline-block;
    margin-left: 20px;
    width: 400px;
    font-size: 14px;
    text-align: center;
}
.img_box img{
    padding-left: 20px;
    width: 260px;
    height: 170px;
}
.img_box{
    display:flex;
    justify-content: center;
    margin-top: 36px;
    font-size: 14px;
}
.text2{
     margin-top: 55px;
}
.text2 h3{
    margin-top: 8px;
}
footer{
    font-size: 10px;
    margin-top:90px;
    margin-bottom: 10px;
    text-align: center;
}
img{
    max-width: 100%; 
}
@media screen and (max-width:600px) {
#main_img{
    margin-top: 0px;
    width: 600px;
    object-fit: contain;
    height: 100%;
}
.text1{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.img_box{
    display: flex;
    flex-direction: column;
}
.img_1 img{
    min-width: 500px;
    height: 100%;
}
h1 img{
    margin-left: 30px;
}
nav{
    max-width: 100%;
    margin: 0;
}
}