*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Arial, sans-serif;
}

.container{
    background:linear-gradient(to right,#d7e8c5,#efe5c7);
    min-height: 100%;
    height: auto;
    width: 100%;
    border: 1px solid;
    border: none;
}


.head{
    background-color: #5c4b17;
    width: 100%;
    height: 150px;
    text-align: center;
    align-content: center;
    font-weight: 700;
    font-size: 30px;
    border: 1px solid;
    border: none;
    color: white;
}

.head-1{
    width: 15%;
    height: 100%; 
    float: left;
    border: 1px solid;
    border: none;
}
.logo{
    width: 85%;
    height: 100%;
    border: 1px solid;
    padding: 10px;
    border: none;
}

.logo1{
    background-color: #f8f9f7;
    width: 100%;
    height: 60%;
    border: 1px solid;
    padding: 10px;
    margin-top: 30px;
    border: none;
}
.head-2{
    width: 67%;
    height: 100%; 
    float: left;
    align-content: center;
    border: none;
}

a{
    text-decoration: none;
}

.apr-1{
    width: 100%;
    height: 140px;  
    border: 1px solid;
    padding: 10px;
    border: none;
    margin-top: 10px;
}

.apr-2{
    width: 15%;
    height: 100%;  
    border: 1px solid;
    float: left;
    border-radius: 10px;
    margin-left: 200px;
    border: none;
}

.apr-3{
    width: 60%;
    height: 100%;  
    border: 1px solid;
    float: left;
    align-content: center;
    font-size: 25px;
    color: rgb(15, 5, 74);
    font-weight: 700;
    border: none;

}

.aprlogo{
    width: 70%;
    height: 100%;
    border-radius: 10px;
}

.menubar{
    background-color: #056923;
    width: 100%;
    height: 40px;
    border: 1px solid;
    border-color:#9c91a8 ;
    box-shadow: 0px 0px 2px 0px chartreuse;
}


ul{
  list-style-type: none; 
  display: inline; 
}
ul li a{
  width: 125px;
  text-decoration: none;
  display: inline; 
  margin: auto;
  float: left;
  margin: 10px 2px;
  color: white;
  margin-left: 10px;
  text-align: center;

}

ul li a:hover{
  text-decoration: underline;

}

