    @font-face {
      font-family: discoduckchrome;
      src: url(discoduckchromeital.ttf);
    }
        @font-face {
      font-family: discoduck3d;
      src: url(discoduckhalfital.ttf);
    }
body {
  }

  .center {
    margin: auto;
    width: 80%;
    height: 100%;
    padding: 0px;
    text-align: center;
    min-height: 900px;
    min-width: 80%;
  }

  .header {
  font-family: discoduckchrome;
  font-size: 500%;
  color: antiquewhite;
  }

  .subheader {
    font-family: discoduckchrome;
    font-size: 350%;
    color: antiquewhite;
  }
  .subheader2 {
    font-family: discoduck3d;
    font-size: 150%;
    color: antiquewhite;
  }

  .headerbox {
    background-color: rgb(255, 0, 0);
    width: 95%;
    margin: auto;
    text-align: center; 
    padding: 2px;
    border-radius: 18px 18px 0px 0px;
  }
  .socialsbox {
    background-color: rgb(255, 0, 0);
    width: 95%;
    margin: auto;
    text-align: center; 
    padding: 2px;
    padding-bottom: 12px;
    border-radius: 0px 0px 18px 18px;
  }

