.division {
    height: 400px;
    width: 45%;
    margin-left: 13%;
    background-color: rgb(168, 191, 255);
    margin-top: 150px;
    border: double #306978 4px;
    border-radius: 16px;
  }
  .left {
    float: right;
    margin-top: 100px;
  }
  .img {
    height: 40px;
    width: 40px;
    border-radius: 8px;
  }
  .img:hover{
    box-shadow: 0 3px 4px 6px black;
    height: 45px;
    width: 45px;
  }
  .table1 {
    margin-left: 11%;
    position: fixed;
    bottom: 90%;
  }
  .home{
    position: absolute;
    top: 65px;
    font-size: 20px;
    left: -7px;
    visibility: hidden;
    color: white;
    background-color: black;
    padding: 5px;
  }
  .tooltip:hover .home{
    visibility: visible;
  }
  .add2 {
    padding-left: 1.5%;
  }
  .add {
    padding: 4%;
  }
  .form {
    padding-top: 30px;
  }
  .para {
    font-size: 24px;
    font-family: Arial;
  }
  .para2 {
    margin-bottom: 16px;
    color: #8a8991;
  }
  .add3 {
    padding-left: 2%;
  }
  .add4 {
    padding-left: 6%;
  }
  .hi {
    padding-left: 1%;
  }
  .para3 {
    font-size: 20px;
    font-family:  Bahnschrift SemiBold;
  }
  .anchor {
    color: white;
    text-decoration: none;
  }
  .add5 {
    margin-left: 10px;
  }
  .img5 {
    height: 60%;
    width: 30%;
    float: right;
    margin-right: 4%;
    position: absolute;
    left:60%;
    top:20%;
  }
  .img5:hover{
    opacity: 0.7;
  }
  body {
    background-attachment:fixed;
    background: linear-gradient(to bottom, #3366ff 0%, #ff99cc 100%);
  }  
.button{
  height: 70px;
  width: 160px;
  text-align: center;
  display: inline-block;
  transition: all 0.5s;
  text-align: center;
  background-color:  #ec3ca3;
  border-color:  #ec3ca3;
  border-radius: 8px;
  cursor: pointer;
  color: white;
}
.button:hover{
  border-color:  #f599cf;
  background-color:  #f599cf;
  box-shadow: 0 12px 16px 0 #ec3ca3;
  padding-right: 25px;
  transition: 0.5s;
}
.button:active{
  background-color: #ec3ca3;
  padding-left: 15px;
}
.visible{
  font-size: 30px;
  visibility: hidden;
}
.button:hover .visible{
  visibility: visible;
}
.division3{
  margin-left: 15%;
}
.button4{
  margin-top: 10px;
  height: 50px;
  width: 80px;
  background-color: #4290bd ;
  text-align: center;
  border-radius: 8px;
  border: #4290bd;
  transition: all 0.5s;
}
.button4:hover{
  background-color: #a8cce1;
  padding-bottom: 15px;
  transition: 0.5s;
  cursor: pointer;
}
.button4:active{
  background-color: #4290bd;
}

.para6{
  font-family: Bahnschrift SemiBold;
  color: white;
}
/* .para6:hover{
  padding-bottom: 15px;
  transition: 0.5s;
} */
.para4{
  margin-left: 300px;
  font-family: Bahnschrift SemiBold;
  font-size: 20px;
}
.img7{
  height: 40px;
  width: 40px;
  margin-left: 250px;
  border-radius: 8px;
}
.img7:hover{
  height: 43px;
  width: 43px;
}
.img8{
  height: 45px;
  width: 45px;
  margin-left: 25px;
}
.img8:hover{
  height: 50px;
  width: 50px;
}
.img9{
  height: 45px;
  width: 45px;
  margin-left: 25px;
  border-radius: 8px;
}
.img9:hover{
  height: 50px;
  width: 50px;
}
.division3{
  margin-top: 4%;
}
.header1{
  font-size: 60px;
  font-family: Bahnschrift SemiBold;
  text-align: center;
}
.table6{
  font-size: 30px;
  margin-left: 100px;
}
.table6, .row7 , .column8{
  border: 1px solid black;
}


footer{
  width: 100%;
    height: 80px;
    background: #3366ff;
    padding-top: 3px;
    margin: 0px;
}
.footer{
  text-align: center;
    color: white;
    margin-top: 32px;
    font-size: 1em;
}