img {
  width: 200px;
  height: auto;
  margin-top: 48px;
}

.hoo {
  font-size: 82px;
  /*margin-block: 20px;*/
}

.small {
  font-size: 30px;
  margin-bottom: 20px;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-container > div .card {
  margin: 12px;
  font-size: 40px;
}

@media (min-width: 992px) {
  .hoo {
    font-size: 120px;
  }
}

@media all {
 
  
  .hey {
      background-color:#ffffff; }
  
  .main{
      text-align: center; 
      padding: 0px; 
      margin: 0px;
      font-size: xx-large;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif
  }
  
  .fa {
      padding: 50px;
      text-decoration: none;
      margin-left: auto;
      margin-bottom: 10px;
      margin-top: 10px;
      border-radius: 20%;
    }
    
    .fa:hover {
        opacity: 0.9;
    }
  
    .fa-spotify {
      background: #0ea175;
      color: white;
  
    }
    
    .fa-linkedin {
      background: #e17a19;
      color: white;
    }
    
    .fa-youtube {
      background: #ab0101;
      color: white;
    }
    
    .fa-instagram {
      background: 	#15767c;
      color: white;}
  
    .fa-github {
      background: #543860;
      color: white;
    }
    
    .fa-medium{
      background: #717e0c;
      color: white;
    }
}


