.body{
  margin: 0px;
  padding: 0px;
}



.boxi{
  padding-top:10px;
}



.box{
   padding: 30px;
   background-color: #ECF0F1;
   border: solid;
   border-color: #ECECEC;
   text-align: center;
   text-decoration: none;
}

.box p{
   font-family: "Times New Roman", Times, serif;
   font-size: 1.5em;
   font-weight: 500;
   color: #6C7A89;
   text-decoration: none;
}

.box img{
  width: 50px;
  height: auto;
  padding-right: 10px;
}
.row{
  padding-top: 0px;
}

div.box:hover{
   background-color: lightgreen; 
   text-decoration: none;
}

div.box a:link{
   background-color: #F2F1EF; 
   text-decoration: none;
}

div.box a{
   text-decoration: none;
}

a:link {
    text-decoration: none !important; 
}


.leftbox{
  position: relative;
  width: 100%;
  min-height: 650px;
  background-color: #F2F1EF;
}

.leftbox p{
   padding-top:20px;
   padding-bottom: 20px;
   font-size: 2.5em;
   font-family: "Times New Roman", Times, serif;
   font-weight: 500px;
}


.rightbox{
  margin-top: 5px;
  position: relative;
  width: 100%;
  min-height: 650px;
  background-color: #F2F1EF;
}

.leftbox img{
   position: relative;
   width: 100%;
   min-height: 350px;
   padding: 20px;
  }

.internabox{
   position: relative;
   padding-top: 30px;
   padding-left: 30px;
   padding-right: 30px;
  
}

.internabox p{
   font-size: 1.5em;
   font-family: "Times New Roman", Times, serif;
   font-weight: 500px;
}

.des {
   font-size: 1em;
   font-family: "Times New Roman", Times, serif;
   padding-left: 30px;
   padding-right: 30px;
}

.buton {
   padding-top: 20px;
}

#outPopUp {
  position: relative;
   background-color: green;
   max-width:320px; /* or whatever width you want. */
   max-height:380px; /* or whatever width you want. */
   display: inline-block;
   margin-top: 30px;
   margin-right: 10px;
   margin-left: 20px;
   padding-bottom: 350px;
   overflow:hidden;
}

.foter{
   background-color: #F2F1EF;
   margin-top: 20px;
   padding-top: 20px;
   margin-bottom: 20px;
}

.square {
  position: absolute;
  width: 80%;
  margin: 20px 10%;
}

.square:after {
  content: "";
  display: block;
  padding-bottom: auto;
}

.content {
  position: absolute;
  width: 100%;
  max-height: 400px;
  background-color: gray;
  padding: auto;
  overflow: hidden;
}

