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;
}


h3{
    text-align: center;
    font-family: SuperBoom, Verdana, Geneva, Tahoma, sans-serif;
    font-weight: 500;
    justify-content: center;
    font-size: 50px;
    padding-top: 10px;
    color: #85CDFF;
}

ul{
    text-align: center;
    justify-content: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 19px;
    font-weight: 500;
}

li{
    text-align: center;
    justify-content: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 19px;
    font-weight: 500;
    display: inline-block;
}

p{
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 30px;
}

.link{
    text-decoration: none;
    color: #252850;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}

.contact{
    padding-bottom: 100px;
}