@font-face {
  font-family: "Aaron";
  src: url(aaron.ttf) format("truetype");
}
@font-face {
    font-family: "AaronMarker";
    src: url(AaronMarker.ttf) format("truetype");
}
@font-face {
  font-family: "A Lincoln Font";
  src: url(ALincolnFont.ttf) format("truetype");
}
body{
    background-image: url('backgroundLA.png');
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background-position: fixed;
    font-family: Verdana;
    font-size: 12px;
    color: #2a0000;
    height: 100vh;
}
a, a:visited{
    color: white;
    text-decoration: none;
}
a:hover{
   font-style: italic; 
}
.title{
    position: fixed;
    top: 60px;
    left: 410px;
}
.window{
    background-image: url('windowLA.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: fixed;
    top: 140px;
    left: 50%;
    transform: translate(-50%);
    width: 590px;
    height: 500px;
}
iframe{
    border: none;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    top: 3px;
    left: 125px;
    width: 418px;
    height: 356px;
}
.nav{
    position: relative;
    display: grid;
    grid-template-columns: 190px 190px;
    grid-template-areas:'one two';
    font-size: 40px;
    font-family: AaronMarker, 'Tahoma';
    color: #861f15;
    line-height: 30px;
    text-align: center;
    justify-content: center;
    width: 399px;
    height: 98px;
    top: 0px;
    left: 125px;
    padding: 20px 15px 25px 15px;
    z-index: 60;
    mix-blend-mode: color-burn;
}
.nav a, .nav a:visited{
    color:#861f15;
    text-decoration: none;
}
.nav a:hover{
    color: black;
    font-style: normal;
}
#one{
    text-align: start;
}
#two{
    text-align: start;
}
.numbers{
    font-family: A Lincoln Font, 'Times New Roman';
    font-size: 28px;
    color: black;
    font-weight: bold;
    display: inline;
}
.magpie img{
    position: fixed;
    mix-blend-mode: darken;
    right: 150px;
    bottom: 10px;
}
.footer{
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
    z-index: -1;
}
