
h{
    font-family: monospace;
    position: absolute;
    text-align: center;
    width:100vw;

}
img {

    position: absolute;
    z-index: 1;
    display: block;
    left: 20%;
    top: 20vh;
    width: 60vw;

}
#dos {

    position: absolute;
    font-family: monospace;
    text-align: center;
    font-size: medium;
    z-index: 1;
    display: block;
    top: 10vh;
    width: 100vw;


}
#div1{
    font-family: monospace;
    font-size: larger;
    position:fixed;
    text-align: right;
    width: 100vw;
    bottom: 7vh;
    right: 1vw;
}
#div2 {

    position: absolute;
    z-index: 1;
    color: rgb(255, 255, 255);
    /* background-color: hsl(148, 79%, 21%); */
    text-shadow: -3px 4px 1px rgb(0, 0, 0);
      -webkit-text-stroke: 1.5px black; /* stroke width and color */
    /* border: 10px double rgb(255, 239, 99); */
    width: 100vw;
    text-align: center;
    top: 25vh;
    font-size: 40px;
    font-family: 'SpringfieldEF_Regular', sans-serif;

 
}
#div2:hover{
    color:red;
}
#home{

    font-family: monospace;
    font-size: larger;
    position:absolute;
    text-align: left;
    top: 1.5vh;
    width: 100vw;

}
#arrows{
    font-family: monospace;
    font-size: larger;
    position:fixed;
    text-align: right;
    width: 100vw;
    right: 1vw;

}
#link:link {
    color:black;
    text-decoration: none;
    transition: font-size 0.5s ease;

}
#link:visited {
    color:black;
    text-decoration: none;
}
#link:hover {
    color:rgb(228, 226, 71);
    font-style: bold;
    font-size: 20px;
}
#link:active {
    color:yellow;
}
