body {
font-family: "Outfit", sans-serif;
}
big-text{
font-weight: 4rem !important;
font-size: 3em;
}
    header {
      padding: 8px;
      padding-top: -4px !important;
      padding-bottom: -6px !important;
    }
    button{
      border: none !important;
      outline: 0 !important;
      box-shadow: none !important;
    }
p {
    font-family: "Outfit", sans-serif;
    font-size: 1.2em;
    font-weight: 1rem;
    margin-bottom: 20px;
}
#player{
  width: 70%;
  max-width: 700px;
  height: auto;
  border-radius: 10px;
}

.feature {
    width: 100%;
    max-width: 400px;
    height: 250px;
    text-align: left;
    margin: 0; /* Remove any extra margin */
    box-shadow: 8px 8px 0 #000, 4px 8px 0 #000;
}

.row .col-md-6, 
.row .col-lg-6 {
    padding-left: 5px;
    padding-right: 5px; /* Reduce horizontal spacing between columns */
}
@media (min-width: 768px) {
  .features-row {
    max-width: 75%;
  }
}
.feature-1 {
  border-radius: 20px;
  /*background-color: #3690ff;
  color: #fff;*/
}
.sky {
  background-color: #9dcdf497;
  border-radius: 10px;
  padding: 10px;
}
a{
  outline-color: transparent;
}