*{
box-sizing: border-box;
margin: 0;
padding: 0;

}

@font-face {
    font-family: TimesMono;
    src: url(TimesMono-Mono.woff);
  }

html, body{
    width: 100%;
    height:100%;
  

}


.main {
    height: 25%;
    width:100%;
    font-size: 1.75vh;
    letter-spacing: 1.25;
    line-height: 150%;
    font-family:'Arial', sans-serif;
    margin: 22px 0px 0px 22px;
    position: fixed;
    cursor:default;
    z-index: 1;
    color: black;
    text-align: left;
    overflow: hidden;
    

}

a:hover{
    cursor: default;
    text-decoration: none;
}


a {
    color: blue;
    text-decoration: none;
    }
a:hover{
    cursor: pointer;
}

.background{
    height:auto;
    width:35%;
    z-index: -99999999;
    display: block;
    margin: auto;
    overflow: hidden;
   
}

@media only screen and (max-width: 600px) {
    
    .background{
        height:auto;
        width:90%;
    }
  }


.backgrounddiv{
    display: flex;
justify-content: center;
align-items: center;
height: 100%;
overflow: hidden;
}

.close{
    font-size: 12px;
    letter-spacing: 1.25;
    line-height: 150%;
    font-family:'Arial', sans-serif;
    margin: 22px 22px 22px 22px;
    position: fixed;
    right:0;
    text-decoration: none;
    color: white;
    mix-blend-mode: difference;
    z-index: 9999;
}

.archive{

    margin:0;
    top:0;
    overflow-y: scroll;

img{
    width:100%;
    height:auto;
}
}

.main2{
    height: 25%;
    width:100%;
    font-size: 12px;
    letter-spacing: 1.25;
    line-height: 150%;
    font-family:'Arial', sans-serif;
    margin: 22px 22px 22px 22px;
    position: fixed;
    cursor:default;
    z-index: 1;
    text-align: left;
    mix-blend-mode: difference;
    color: white;
}