html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-image: linear-gradient(to bottom right, #4a3eff, #83d7fa);
}

@font-face {
    font-family: SuperBoom;
    src: url(SUPERBOOM.ttf);
  }

  
  .nav-link{
    font-size: 40px;
    color: #85CDFF;
    margin-left: 50px;
  font-family: SuperBoom, Verdana, Geneva, Tahoma, sans-serif ;
  font-weight: 500;
}

img{
    width: 150px;
    height: 150px;
    margin-left: 35%;
    margin-top: 5%;
}

.help span{
    font-family: 'Fredoka One', cursive;
    font-size: 50px;
    color: #252850;
    position: relative;
    top: 3.5rem;
    left: 3rem;
  }

  h3{
      text-align: center;
      margin-top: 9rem;
      margin-right: 5rem;
      font-weight: 100;
      color: #000080
  }

  #helpBtn{
    align-items:center;
    text-align: center;
    position: relative;
}

#helpBtn span{
    font-size: 25px;
    position: relative;
}

  .btn{
    background: #cfd1f0;
    width: 200px;
    padding: 10px;
    font-family: 'Fredoka One', cursive;
    position: relative;
    left: 51rem;
    bottom: 2rem;
    border-radius: 10px;
    margin-top: 10rem;
    cursor: pointer;
    box-shadow: 0 0 10px rgb(111, 0, 255);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}

.btn:hover, .btn:focus, .btn:active{
    box-shadow: 0 0 20px rgba(4, 0, 255, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}


  @media screen and (min-width : 768px) and (max-width : 1024px) {
    .help{
        position: relative;
        right: 1rem;
        top: 2rem;
    }

    h3{
        margin-left: 8%;
    }

    .btn {
        position: relative;
        left: 27rem;
    }

}
