@font-face {
    font-family: "Norton";
    src: local("Norton"),
      	 url("./fonts/Norton-Regular.otf") format("opentype"),
         url("./fonts/NORTON__.TTF") format("truetype");
  }

/* Site Wide Styles */

body {
    background-color: #2D2020;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    overflow: hidden;
}

h1 {
    font-family: 'Norton';
    color:  #B99D81;
    font-size: 6rem;

}

h1:hover {
    color: #2D2020;
    filter: drop-shadow(10px 5px 0 #fff);
    -webkit-text-stroke: 2px #fff;
}

h2:hover {
    color: #2D2020;
    filter: drop-shadow(10px 5px 0 #fff);
    -webkit-text-stroke: 2px #fff;
}

.error404 {
    color:  #B99D81;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#e404 {
    font-size: 8rem;
    margin: 0;
    padding: 0;
}

.error404 h1 {
    font-family: 'Norton';
    font-size: 6rem;
}

.error404 h2 {
    font-family: 'Norton';
    font-size: 4rem;
}