.set {
    display: flex;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: center;
    padding: 0px 5vw 5vw;
    margin-bottom: 0;
    padding-bottom: 0;
    top: 0;
    float: center;
   
    
   
}
.set > button {
    margin-bottom: auto;
    
}


.btn-gradient-border {
    color: rgba(255, 255, 255, 0.672);
    border: 2px double transparent;
    background-image: linear-gradient(rgb(13, 14, 33), rgb(13, 14, 33)), radial-gradient(circle at left top, rgb(1, 110, 218), rgb(217, 0, 192));
    background-origin: border-box;
    background-clip: padding-box, border-box;

    border-radius: 4em;
    font-size: 2em;

    width: 15vw;
    height: 3em;
    display: inline-block;
    cursor: pointer;
    /* border-radius: 2em;
        width: 20vw;
        height: 2em;
        margin-bottom: 20px;
        margin: auto;
        font-size: 1em; */
     
    
  }

  .btn-gradient-border:hover {

    transition: ease-in 0.15s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);

    text-shadow: 0px 0px 30px rgb(255, 255, 255);
    color: rgb(255, 255, 255);
    

    
    background-image: linear-gradient(rgb(13, 14, 33), rgb(13, 14, 33)), radial-gradient(circle at left top, rgb(1, 110, 218), rgb(217, 0, 192));
    background-origin: border-box;
    background-clip: padding-box, border-box;

    
    
}
  
.interactive
{
  cursor: pointer;
  display: inline-block;
  transition: ease-in 0.1s;
}
.interactive:hover
{
  cursor: pointer;
  transition: ease-in 0.15s;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.interactiveNoScale
{
  color: rgb(207, 244, 255);
  cursor: pointer;
  transition: ease-in 0.1s;
}
.interactiveNoScale:hover
{
  cursor: pointer;
  transition: ease-in 0.15s;
  color: rgb(69, 212, 255);
}







@media (orientation:landscape){
    .cards {
      display: grid;
      grid-template-columns: repeat(8, 1fr);
      grid-gap: 5px;
         
         
            
      width: 85vw;
      float: center;
      margin: 20px;
  
    }
    #scroll::-webkit-scrollbar {
        margin:auto;
        width: 1em;
      }
      
      #scroll::-webkit-scrollbar-track {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      }
      
      #scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: rgba(131, 0, 255, 1);
        background-image: linear-gradient(90deg, rgba(131, 0, 255, 1) 0%, rgba(0, 69, 255, 1) 100%);
      }
      
      #scroll::-webkit-scrollbar:vertical {
        display: none;
      }

      
    
    

}



@media (orientation:portrait) {

    .cards
    {
      display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  overflow-x: scroll;
  overflow-y: hidden;
  min-height: 25vh;
  width: 90vw;
  margin: auto;
  margin-bottom: 5vh;
 }
    
    .team, .card{
     margin-right: 4vw;
    }
    .btn-gradient-border {
      width: 20vw;
    }
    .set {
      font-size: 0.5em;
      width: 100vw;
      padding: 0rem;
      margin: 0rem;
      
  }
    
      #scroll::-webkit-scrollbar {
        margin:auto;
        width: 1em;
      }
      
      #scroll::-webkit-scrollbar-track {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      }
      
      #scroll::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: rgba(131, 0, 255, 1);
        background-image: linear-gradient(90deg, rgba(131, 0, 255, 1) 0%, rgba(0, 69, 255, 1) 100%);
      }
      
      #scroll::-webkit-scrollbar:vertical {
        display: none;
      }

      
    

   

}