* {
  margin: 0;
}

div {
  box-sizing: border-box;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

@font-face {
font-family: "DomaineDisplayNarTest-Regular";
src:url("DomaineDisplayNarTest-Regular.woff") format("woff");
}

body {
    font-family: "DomaineDisplayNarTest-Regular";
}
html, body {
  height: 100%;
}

.prompt {
  text-align: left;
  font-size: 45px;
  line-height: 50px;
  color: white;
  position: relative;
  top: 4%;
  left: 2%;
}

a {
  display: inline-block;
  height:370px;
  width:100%;
}

.option {
  text-align: left;
  font-size: 45px;
  color: white;
  position: relative;
  padding-top: 5%;
  padding-left: 6%;
  height:370px;
  width:100%;
}

.top {
  height: 50%;
  width:100%;
  background: black;

}

.b {
  height:50%;
  width:100%;
  background: black;

}

.c {
  height: 100%;
  width: 33.33%;
  background: black;
  display: inline-block;
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: white;
}
.d {
  height: 100%;
  width: 33.33%;
  background: black;
  display: inline-block;
  border-width: 1px 1px 0px 0px;
  border-style: solid;
  border-color: white;
}
.e {
  height: 100%;
  width: 33.33%;
  background: black;
  display: inline-block;
  border-width: 1px 0px 0px 0px;
  border-style: solid;
  border-color: white;
}

.c:hover {
 background: white
}
.d:hover {
 background: white
}
.e:hover {
 background: white
}
.option:hover {
  color: black;
}


#fade {
    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
