@font-face {
  font-family: pixel;
  src: url(WayfarersToyBoxRegular-gxxER.ttf);
}

body {
    background-color: black;
    text-align: center;
}
.container {
    margin:0;
    padding: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}

a:link {
    color: white;
    font-family: Verdana;
    text-decoration: none;
  }
  a:visited {
    color: white;
    font-family: Verdana;
    text-decoration: none;
  }
  a:hover {
    color: white;
    font-family: Verdana;
    text-decoration: none;
  }
  a:active {
    color: white;
    font-family: Verdana;
    text-decoration: none;
  }
.hello {
    text-decoration: none;
    font-size: 20px;
    font-family: "pixel";
    color: white;
}

.title {
    text-decoration: none;
    font-size: 100px;
    font-family: 'pixel';
    color: white;
}

.icons {
    margin-top: 20px;
    color: white;
    font-size: 25px;
}

.icon {
    margin-left: 5px;
    margin-right: 5px;
}