
#first p{
    position: absolute;
    top: 3px;
    left: 55%;
    color: tomato;
    font-size: 12px;
}
#first i{
    font-size: 20px;
    color: #1c4272;
    display: inline-block;
    padding: 4px;
    border:2px solid #062f4f;
    border-radius: 5px;
}

.main-flex{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    top:-25px; 
}
.main-flex a{
  background-color: #F39C12;
  color:black;
  text-decoration: none;
  width: 300px;
  height: 120px;
  margin: 10px;
  text-align: center;
  border-radius: 10px;
  padding: 10px;
  box-shadow: 5px 5px 17px rgb(39, 39, 138,0.6);
}
.main-flex a:hover{
    background:skyblue  ;
}
.main-flex p{
    width: 80%;
    font-size: small;
}
.icon{
    color: #4A235A;
    position: relative;
    left: 120px;
    bottom: 80px;
    font-size: 38px;
    display: inline;
}

.main-flex h4{
    color: #4A235A;
    position: relative;
    top:-8px;
    padding-bottom: 2px;
}
.main-flex h6{
    color: #4A235A;
   position:relative;
    top:-18px;
}

  .navbar{
        
          background-color:orange;
          z-index: 100;
      }
      .dropdown-menu{
          background-color: orange;
      }
       .navbar a:hover{
           color: white;
          background-color:#34495E;
      }
      .dropdown-item{ 
          color: white;
      }
      
      .modal a{
          position: relative;
          right: 90px;
          top:-85px;
          }