*{
    margin:0;
    box-sizing: border-box;
}
body{
    background-image: url("../../images/med.jpg");
    
    background-size: cover;
    opacity: 1;
}
.logo img{
    width: 500px;
}
    
.navbar{
    padding: 20px;
    padding: 40px 0;
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgb(30, 92, 92);
}
#hello{
    display: flex;
    flex-direction: row;
}
#hello a{
    margin-right: 30px;
    
    text-decoration: none;
    color:white;
    font-size: 18px;
    
}
#hello a:hover{
    background-color: rgb(33, 117, 99);
    transition: .5s;
    border-radius: 10px;
}
.coldop{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    

}
.first img{
    width: 160px;

}
.second{
    display: flex;
    flex-direction: column;
    background: white;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    border-radius: 25px;
    margin-left: 25px;
}
.intro{
    width: 80%;
    display: flex;
    flex-direction: column;
    background: white;
    margin-top: 2%;
    margin-left: 100px;
    padding: 25px;
    border-radius: 25px;
}