


html, body {
  height: 100%;
  background-color: rgb(154, 220, 247);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
    font-weight: 400;   
    letter-spacing: 1px;
    font-size: 14px;
    line-height: 20px;
 
    color: #000000; 
    background: url(images/background.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;   
    text-shadow: 0 1px 2px rgba(0, 255, 255, 0.918);
}

.grow:hover,
.grow:focus {
  transform: scale(1.07);
}
 


  .landing__banner__box {
    height: 22px;
    background: rgb(122,122,122);
    background: linear-gradient(75deg, rgba(122,122,122,0.7091211484593838) 0%, rgba(0,51,84,0.8155637254901961) 53%);
    
    color: #ffffff;
    text-align: center;
    position: relative;
    
 
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.918);
    
}



img {
  max-width: 178px;
  height: 118px;
}

.centered {

  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}
 
.centered1 {

  position: absolute;
  top: 55%;
  left: 10%;
  margin-top: -50px;
  margin-left: -100px;
  z-index: 1;
}
 
.smaller{
  font-size: 10px;
  color:red;
}