body{
    position: relative;
    height:260%;
    width:1080px;
    background: RGB(195, 155, 211);
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    border:1px solid #066666

}
.container{
    overflow: hidden;
    background-color:white;
    padding: 5px 5px;
}
.nav-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 0px;
}
.left-side{
    margin-left: 0px;
}
.right-side{
    margin-right: 4px;
}
.center{
    color: rgb(63, 95, 67);
    text-align: center;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-block-start: 0.95em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.nav-bar{
    margin-top: 3px;
    background: rgb(78, 59, 160);
    text-align: center;
}
.nav-bar ul{
    display: inline-flex;
    list-style: none;
}
.nav-bar ul li a{
    position: relative;
    display: block;
    padding: 5px 25px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    font-size: 1em;
    font-family: Arial, Helvetica, sans-serif;
}
.nav-bar ul li:hover{
    background: #2bab0d;
    border-radius: 50px;
 }
 .nav-bar ul li .active{
     background-color: #2bab0d;
     border-radius: 50px;
 }
 .sub-menu-1{
     display: none;
 }
 .nav-bar ul li:hover .sub-menu-1{
     display: block;
     position: absolute;
     background: rgb(100, 96, 158);
     margin: 2px;
     border-radius: 10px;
 }
 .nav-bar ul li:hover .sub-menu-1 ul{
     display: block;
     margin: 10px;
     padding: 0px;
 }
 .nav-bar ul li:hover .sub-menu-1 ul li{
    border-bottom: 1px dotted rgb(228, 45, 21);
    text-align: center;
}
.nav-bar ul li:hover .sub-menu-1 ul li:last-child{
    border-bottom: none;
}
.container2{
  width: auto;
  height: 1500px;
  margin-top: 10px;
  padding: 10px;
  background: rgb(239, 233, 245);
}
.container2 h1{
  text-align: center;
  font-weight: bold;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.container2 > .text{
  margin-top: 60px;
  margin-left: 50px;
  margin-right: 50px;
  text-align: justify;
}
.container2 > .text p{
  font-size: 1.1em;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.container2 > .photo{
  margin-top: 40px;
  margin-left: 130px;
}
.container2 > .photo img{
  border-radius: 7px;
  border: 2px solid navy;
}
.container2 > .photo h2{
  margin-left: 40px;
  font-size: 1.5em;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.footer{
    margin-top: 10px;
    padding-top: 1px;
    width: auto;
    height: 40px;
    background: linear-gradient(-45deg, #443c3a, #e4baca, #c3cfc0, #bdc9c6);
    text-align: center;
    font-size: 0.7em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
