body, html {
    font-family: "ARGENTPIXEL-ITAL", serif;
    margin: 0;
    min-height: 100vh;
    padding: 0;
    background: #121212;
  }
  
  .background {
    background-color: #121212;
    background-size: cover;
    width: 50vw;
    height: 50vh;
    display: flex;
    padding-top: 3vh;
    box-sizing: border-box;
    color:#383040;
    align-items: center;
    justify-content: center;
    margin-left: 25%;
  }
  
  .index{
    text-align:center;
    
  }

  a {
    text-decoration: none;
    color: #383040;
    font-family: "ARGENTPIXEL", sans-serif;
    font-size: 20px;
    margin-bottom:30%;
  }

  a:hover{
    color: #927ea5;
  }
  
  @font-face {
    font-family: "ARGENTPIXEL";
    src: url("images/ArgentPixelCF-Regular.woff") format("woff");
  }

  @font-face {
    font-family: "ARGENTPIXEL-ITAL"; /* set name */
    src: url("images/ArgentPixelCF-Italic.woff"); /* url of the font */
  }