
html, body{
    box-sizing: border-box;
    height: 100%;
    margin: 0px;
    padding: 10px;
    background-color:rgb(167, 221, 241);
}

.container{
    justify-content: center;
    height:100%;
    display: grid;
    grid-gap: 5px;
    border: bold 2px;
    grid-template-columns: repeat(12,1fr);
    grid-template-rows: auto auto auto auto auto 
    auto auto auto auto auto 
    auto auto auto auto auto 
    auto auto auto auto auto 
    auto auto auto auto auto;

    grid-template-areas:
    ". . . . . . . . . . . ."
    ". . . h h h h h h . . ."
    ". . . h h h h h h . . ."
    ". . . . . . . . . . . ."
    "a a a a . . . . b b b b"
    "a a a a . . . . b b b b"
    "a a a a . . . . b b b b"
    "a a a a . . . . b b b b"
    ". . . c c c c c c . . ."
    ". . . c c c c c c . . ."
    ". . . c c c c c c . . ."
    ". . . . . . . . . . . ."
    ". . . . . . . . . . . ."
    "e e e e . . . . f f f f"
    "e e e e . . . . f f f f"
    "e e e e . . . . f f f f"
    ". . . . . . . . . . . ."
    "g g g g . . . . i i i i"
    "g g g g . . . . i i i i"
    "g g g g . . . . i i i i"
    "z z z z z z z z z z z z"
    "z z z z z z z z z z z z";
}
.boxh{
    grid-area: h;
    font-family: 'Times New Roman', Times, serif;
    border: 2px solid black;
    font-size: 50px;
    color: rgb(56, 196, 121);
    text-align: center;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
    animation: glow 1s ease-in-out infinite alternate;
  }
@-webkit-keyframes glow {
    from {
      text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
    }
    to {
      text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
    }
}
.boxa{
    grid-area:a;
    background-color: white;
    color: rgb(218, 136, 211);
    border: 2px dotted rgb(58, 218, 77);
}
.image{
    opacity: 1;
}
.boxb{
    grid-area:b;
    background-color: white;
    color: rgb(218, 136, 211);
    border: 2px dotted rgb(58, 218, 77);
    position: relative;
    place-items: center;
    
}
.boxb:hover image{
    opacity: .3;
}
.boxb:hover .box1{
    opacity: 1;
}

.boxc{
    grid-area:c;
    background-color: white;
    color: rgb(218, 136, 211);
    border: 2px dotted rgb(58, 218, 77);
    text-align: center;
}
table{
    text-align: center;
    text-decoration: none;
    align-items: center;
    display: flex;    
}
th{
    font: .5rem;
    color: black;
    text-align: center;
}
.boxe{
    grid-area:e;
    background-color: white;
    color: rgb(218, 136, 211);
    border: 2px dotted rgb(58, 218, 77);
}
.boxf{
    grid-area:f;
    background-color: white;
    color: rgb(218, 136, 211);
    border: 2px dotted rgb(58, 218, 77);
}
.contentf{
    grid-area: z;
    background-color:white;
    border: 2px solid black;
    background: linear-gradient(to bottom right,rgb(73, 148, 118),rgb(173, 230, 195) ,rgb(149, 239, 225) );
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-size: 20px;
  }
  .img{
    width:8rem;
    height:8rem;
  }
  
  .fa{
    padding: .3rem;
    text-align: center;
    text-decoration: none;
    margin: 0.4rem 0.4rem;
  }
  .fa:hover{
    opacity: 0.7rem;
  }
  .fa-snapchat{
    background-color: #fffc00;
    color: black;
    
  }
  .fa-instagram{
    background-color: #b04cb4;
    color: white;
  }
  .fa-twitter{
    background-color: #55acee;
    color: white;
  }
  .fa-facebook{
    background-color: #3B5998;
    color: white;
  }
  .images{
    padding-left: 2%;
    padding-right: 2%;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    justify-content: center;
  }
  .index{
    text-align: left;
  }
  
  .form {
    border: .4rem solid #f1f1f1;
    padding: .2rem .4rem .3rem 20rem;
  }
  
  .input[type=text], input[type=submit] {
    border: 0.4rem solid #ccc;
    width: 100px;
    padding: 0.2rem;
    margin: 0.2rem 0;
    display: inline-block;
    box-sizing: border-box;
    background-color: rgb(221, 175, 240);
  }
  
  .input[type=submit] {
    background-color: #04AA6D;
    color: white;
    border: 0.4rem solid purple;
  } 
  
  .input[type=submit]:hover {
    opacity: 0.8rem;
  }

.boxg{
    grid-area:g;
    background-color: white;
    color: rgb(218, 136, 211);
    border: 2px dotted rgb(58, 218, 77);
}
.boxi{
    grid-area:i;
    background-color: white;
    color: rgb(218, 136, 211);
    border: 2px dotted rgb(58, 218, 77);
}
h2{
    text-align: center;
}

.box{
    position: absolute;
    opacity: 0;
    transition: .5s;
    top: 13%;
    right: 0%;
    text-align: center;
}
.boxa:hover .image{
    opacity:.5;
}
.boxa:hover .box{
    opacity: 1;
}
.text{
    color: black;
    font-size: 16px;
    background-color: rgb(161, 244, 244);
    padding: 2px;
}
.box1{
    position: absolute;
    opacity: 0;
    transition: .5s;
    top: 13%;
    left: 0%;
    text-align: center;
    overflow-wrap: anywhere;
    overflow-y: scroll;
}
.box1:hover .image{
    opacity:.5;
}
.box1:hover:hover .box{
    opacity: .5;
}
.text1{
    color: black;
    font-size: 16px;
    background-color: rgb(234, 161, 244);
    padding: 2px;
}