body {
  background: linear-gradient(0deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
  font-family: 'Merienda', sans-serif !important;

  }

  .navbar {
    background-color: rgba(0, 0, 0, 0.7)
  }

  .navbar-brand{
    font-weight: 900;
  }

  .screenshot-thumb{
    max-width: 350px;
    width:100%;
  }

  
  .screenshot-thumb2{
    max-width: 200px;
    width:100%;
  }


  .features{
    color: white;
    font-size: x-large;
    list-style-type: none;
  }

.home-panel{
  min-height: calc( 100vh - 100px);
}

  .panel{
    min-height: calc( 100vh);
    padding-top: 100px;
  }

  .grid{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
  }

  .features-img{
    max-width: 350px;
    width:100%;
  }

  .section{
    padding: 120px;
  }

  .desc{
    color: white;
    font-size: xx-large;
    
  }

  .header{
    color: white;
    text-shadow: 1px 1px black;
    margin-bottom: 30px;
  }

  footer{
    color: white;
    background-color: rgba(0, 0, 0, 0.7)
  }

  a{
    color: white;
  }
