@import url(//db.onlinewebfonts.com/c/4f6fb2fa3c231278167b36e966718cbb?family=Uni+Sans+Heavy);


  footer{
    position: relative;
    background-color: black;
    color: white;
    width: fit-content;
    padding: 1rem 0 2rem;
    margin-top: 1rem;
    overflow: hidden;
  }
  footer img{
    height: 3rem;
    margin: 1.5rem 0;
  }
  footer a{
    color: white;
  }
  footer a .disc{
    color: white;
  }
  footer svg.svg-inline--fa{
    font-size: 1.6rem;
    margin: 1.2rem .5rem 0 0;
  }
  footer .svg-inline--fa:hover{
    color: #03a9f4 !important;
  }
  .btn-secondary {
    font-family: 'Uni Sans Heavy';
    border-width: medium;
    border-radius: 0;
    padding: .4rem 0.7rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    margin: 1rem;
    border-color: #2C2F33;
    background-color: #2C2F33;
    color: white;
  }
  .btn-secondary:hover,
  .btn-secondary:focus {
    border-color: #03a9f4;
    background-color:#03a9f4 ;
    color: white;
  }
  .quarter { 
    position: absolute;
    height: 250px;
    width: 250px;
    background-color: #FFA3A3;
    border-radius: 50%;
    right: -125px;
    bottom: -125px;
    z-index: 0;
  }
  .circle {
    position: absolute;
    height: 100px;
    width: 100px;
    background-color: #84C4FF;
    border-radius: 50%;
    right: 30px;
    bottom: 30px;
    z-index: 1;
    mix-blend-mode: multiply
  }   
  .random {
    height: 80%;
    width: 100%;
    background-color: black;
    padding: 80% 0 0 0;
    color: white
  }



 