.displayed-fs{
    width: 100%;
    height: 100vh;
    background-color: #000000;
}

.main h1{
    color: white;
    font-size: 40pt;
    font-weight: 600;
    padding-top: 5rem;
}
.main h2{
    color: #4999EF;
    font-size: 30pt;
    font-weight: 600;
    padding-top: 1rem;
}


.main h3{
    color: white;
    font-size: 20pt;
    font-weight: 300;
}

.main h3 a{
    color: white;
    font-size: 20pt;
    font-weight: 300;
    text-decoration: underline;
}

.fa {
    padding: 20px;
    font-size: 30px;
    width: 100px;
    text-align: center;
    text-decoration: none;
    margin: 5px, 5px, 0px, 0px;
  }

  .fa-facebook {
    background: #3B5998;
    color: white;
  }

  .fa-twitter {
    background: #55ACEE;
    color: white;
  }

  .fa-linkedin {
    background: #007bb5;
    color: white;
  }

  .fa-instagram {
    background: #125688;
    color: white;
  }