

body{
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    color: #fecb00;
    background-color: #005293;
    box-sizing: border-box;

    margin: 0;
    text-transform: uppercase;
}

.high{
  text-decoration: underline;
}



.container{
    text-align: center;
    font-size: 6.0625rem;
    line-height: 0;
    letter-spacing: -5px;
    font-weight: 400px;

}

.container #add{
  font-weight: 800;
}

.flex{
    height: 90vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    flex-wrap: wrap;
}

.icons{
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons img{
  height: 25px;
  width: 25px;
  margin:0 10px;
  padding-bottom: 20px;
}

.icons img:hover{
  color: aliceblue;
}

footer{
  text-align: center;
}

footer a{
  color: #fecb00;
  text-decoration: none;
}

footer a:hover{
  color: aliceblue;
}

  /* the below code has to be written */
/* @media (max-width:1000px) {
  .container{



  }
} */
