* {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth
}

#navbar{
    /* border: 2px solid red; */
    height: 75px;
    width: 100%;
    position: fixed;
    background-color: aqua;
    display: flex;
}
#navbar ul{
    display: flex;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
     margin: 20px;
     /* border: 2px solid red; */
}

#navbar ul li{ 
    list-style: none;
    font-size: 1.3rem;
    

}
#navbar ul li a{
    color: black;

    display: block;
    padding: 3px 22px;
    border-radius: 20px;
    text-decoration: none;
}

#navbar div .btn{
    font-size: 1.1rem;
    position: relative;
    top: 12px;
    left: 520px;
    background-color: rgb(141, 221, 125);
    color: black;
    width: 170px;
    border-radius: 5px;
    cursor: pointer;
    outline: none;
    height: 40px;
}

#navbar div .btn a{
    text-decoration: none;
    color: white;
}
#navbar div .btn:hover{
    background-color: black;
    color: white;
}
#navbar .formbtn{
    padding: 5px 13px;
    margin-bottom: 10px;
    margin:10px;
    font-size: 15px;
    /* border: 2px solid red; */
    border-radius: 10px;
    color: white;
    background: rgb(239, 103, 103);
    cursor: pointer;
    align-items: flex-end;
    margin: 12px 0px;
    position: relative;
     top: 10px;
    left:550px;
}

#navbar div .formbtn a{
    text-decoration: none;
    
}
.container {
    height: 600px;
    position: relative;
    top: 80px;
    background: url(../img/people-walking-sitting-hospital-building-city-clinic-glass-exterior-flat-vector-illustration-medical-help-emergency-architecture-healthcare-concept_74855-10130.jpg);
    /* border: 2px solid red; */


}

.container h1 {
    font-size: 40px;

    color: black;
    margin-bottom: 40px;
    padding: 13px 0px;
    text-align: center;

}

.box {

    width: 100%;
    border-bottom: 2px solid purple;
    margin: 22px 0px;

}

.box input {
    outline: none;
    width: 80%;
    border: none;
    color: black;

    font-size: 20px;
    padding: 4px 0px;
    background: none;

}

.formbtn {
    cursor: pointer;
    outline: none;
    margin: 12px 0px;
    padding: 10px 21px;
    border-radius: 10px;
    border: 2px solid purple;
    font-size: 18px;
    background: none;
    color: black;
    font-weight: bold;

}

.formbtn :hover {
    color: purple;
    background: white;
}

.depart {
    font-size: 1.2rem;
}

.about {
    border: 2px solid yellow;
    position: relative;
    top: 80px;
    background-color: #1A76D1;
    ;
    color: white;

}

.about h1 {

    text-align: center;
    font-size: 1.8rem;
    color: white;
}

.us {
    /* border: 2px solid red; */
    margin: 15px;
    padding: 20px;
    width: 800px;
    text-align: center;
    position: relative;
    left: 350px;
    font-family: Arial, Helvetica, sans-serif;
}

.socialmedia {
    align-items: center;
    margin: 30px;
    /* border: 2px solid red; */
    width: 300px;
    justify-content: center;
    position: relative;
    left: 550px;

}

.socialmedia img {
    margin: 20px;
}

footer {
    background-color: black;
    border: 2px springgreen;
    color: white;
    padding: 9px 20px;
    font-size: 1.2rem;
    text-align: center;
    position: relative;
    top: 80px;
}