html {
    height: 100%;
}
body {
    width: 100%;
    background: #fff;
    background: linear-gradient(90deg, #55FCFF 0%, #0090FF  25%, #001BBD 100%);
}
.center img {        
    display:block;
    margin-left:auto;
    margin-right:auto;

    width:auto;
    height:auto;
    max-width:90%;
    max-height:90vh;    
  }

  .jumbo {
    display:block;
    margin-left:auto;
    margin-right:auto;
    font-family: 'Montserrat';
    font-size: 80px;
    color:#fff; 
    font-weight: bolder;
    text-align: center;
  }

  .updates {
    padding-top: 2em;
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
  }

  .social {
    padding-top: 2em;
    padding-bottom: 2em;
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
  }

  .social a {
    text-decoration: none;
  }

  .button {
    background-color: #fff; 
    border: none;
    color: #000;
    padding: 10px 30px 10px;
    font-family: 'Montserrat';
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 20px;
  }
  
