body {
    background-color: #7D0011;
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
    /* overflow: hidden; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
main {
    margin: 0;
    padding: 0;
    display: flex;
}
#IMR {
    height: 100vh;
    width: 100vw;
    background-color: black;
    position: relative;
}

#DW {
    height: 100vh;
    width: 100vw;
    background-color: black;
    position: relative;
    background-image: url("assets/thorns.png");
    background-position: center;
    background-size: 75%;
}

#FH {
    height: 100vh;
    width: 100vw;
    background-color: darkgray;
    position: relative;
    background-image: url("assets/tower.png");
    background-position: left;
    background-size: 85%;
}

#PAB {
    height: 100vh;
    width: 100vw;
    background-color: #7D0011;
    position: relative;
    background-image: url("assets/bones.png");
    background-position: left;
    background-size: 55%;
}

#EH {
    height: 100vh;
    width: 100vw;
    background-color: black;
    position: relative;
    background-image: url("assets/web.png");
    background-position: left;
    background-size: 60%;
}
div.title {
    width: 200px;
    height: 100px;
    position: relative;
    text-align: center;
    font-size: 8pt;
    /* opacity: 0.5; */
}

h1 {
    font-family: 'Courier New', Courier, monospace;
    font-weight: 900;
    position: relative;
    padding: 5px;
}

h1.justBones {
    top: 50%;
    left: 50%;
    position: fixed;
    width: 175px;
    height: 35px;
    margin-top: -17.5px; 
    margin-left: -87.5px; 
    background-color: lightgray;
    border: solid black 7px;
}

h1.justBones:hover {
    box-shadow: 0px 0px 25px 10px gray;
    padding: 5px;
}

h1.reflection {
    top: 225px;
    left: 52vw;
    font-size: 12pt;
    width: 400px;
    height: 400px;
    margin-top: -200px; 
    margin-left: -200px;
    padding: 10px;
    color: #BD001A;
}

h1.thewood {
    top: 350px;
    left: 52vw;
    font-size: 12pt;
    width: 400px;
    height: 400px;
    margin-top: -200px; 
    margin-left: -200px;
    padding: 10px;
    color: lightgray;
}

h1.house {
    top: 250px;
    left: 52vw;
    font-size: 12pt;
    width: 400px;
    height: 400px;
    margin-top: -200px; 
    margin-left: -200px;
    padding: 10px;
    color: #7D0011;
}

h1.house span {
    background-color: darkgray;
    padding: 3px;
}

h1.picking {
    top: 350px;
    left: 52vw;
    font-size: 12pt;
    width: 400px;
    height: 400px;
    margin-top: -200px; 
    margin-left: -200px;
    padding: 10px;
    color: lightgray;
}

h1.embrace {
    top: 225px;
    left: 52vw;
    font-size: 12pt;
    width: 450px;
    height: 400px;
    margin-top: -200px; 
    margin-left: -200px;
    padding: 10px;
    color: #BD001A;
}

h1.embrace span {
    background-color: black;
    padding: 3px;
}

h1.mirror {
    font-size: 12pt;
    top: -10px;
    left: -50px;
    padding: 10px;
    transform: scaleX(-1);
    overflow: hidden;
    position: relative;
    opacity: 0.5;
}

div.reflection {
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    width: 300px;
    height: 400px;
    margin-top: -300px; 
    margin-left: -550px;
    background-color: lightblue;
    border-radius: 50%;
    align-content: center;
    justify-content: center;
    border: solid 7px #7D0011;
    overflow: hidden;
    opacity: 0.5;
}

div.mirrors {
    border: solid 7px #7D0011;
    background-color: lightblue;
    border-radius: 50%;
    position: relative;
    opacity: 0.5;
}

div#m1 {
    width: 100px;
    height: 150px;
    top: 100px;
    left: 1000px;
}

div#m2 {
    width: 150px;
    height: 100px;
    top: -400px;
    left: 1000px;
    border-radius: 0;
}

div#m3 {
    width: 100px;
    height: 100px;
    top:-325;
    left:400;
}

div#m4 {
    width: 100px;
    height: 100px;
    top: -200px;
    left: 100px;
    border-radius: 0;
    transform: rotate(45deg);
}

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

  div img {
    width: 150px;
    justify-content: center;
    align-items: center;
    background-color: #070F2B;
    border: solid black 7px;
    margin: 15px;
}
a {
    color: inherit;
    text-decoration: inherit;
}
a:hover {
    box-shadow: 0px 0px 25px 10px gray;
}



