
@import url('https://fonts.googleapis.com/css?family=Rubik');



html, body {
    height: auto;
    width: 100%;
      color: rgb(255, 220, 103);
      background: black;
      background: linear-gradient(#5b8399, #164666);
      background-attachment: fixed;
      font-family: "Rubik", "Open Sans", sans-serif;
      
    
  }

  .filter-green{
          filter: invert(70%) sepia(68%) saturate(470%) hue-rotate(37deg) brightness(114%) contrast(103%);
      }
  .fa-itch-io{
      
      margin: 25px;
  }
  .fa-youtube{
      
      margin: 25px;
  }
  a:visited { 
   text-decoration: none; 
   color: rgb(255, 220, 103);
  }
  a:link{
      text-decoration: none; 
    color: rgb(255, 220, 103);
  }
  a:hover{
      text-decoration: none; 
    color:rgb(255, 255, 255);
  }

  .center {
    /*text-align: center;*/
    max-width: 500px;
    margin: auto;

    overflow-x: hidden;

    top : 500%;

    
}

  .vertical-center {
    
    
    margin: 0;
    
    position: absolute;
    top: 225%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .spacey{
      text-align: center;
      max-width: 1500px;
      margin: 25px;
      font-size: 75px;
      font-weight: bold;
  }
  .grow{
      transition: all .2s ease-in-out;
  }
  .grow:hover{
      transform: scale(1.1);
  }

  .card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.1);
    transition: 0.3s;
    border-radius: 8px;
    max-width: 800px;
    line-height: 150%;
    margin-top: 5%;
    text-align: left;
  }

  .card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
  }

  .box {
    padding : 2px 16px;
    text-align: left;
  }

  .middle {
    text-align: center;
  }

  .image {
    border-radius: 8px;
    
  }

 