@import url('https://fonts.googleapis.com/css2?family=Jura&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik+Beastly:wght@300..700&family=Rubik+Beastly&display=swap');


img {
    max-width: 100%;
    z-index: 2;
}

body {
    margin: 5px auto;
    color: white;
    width: 800px;
    height: 870px;
    text-align: center;
    background-color: BLACK;
    font-family: "jura";
}

.main {
    max-width: 100%;
    text-align: center;
    width: 900px;
    height: 860px;
    font-family: monospace;
}

header {
    max-width: 100%;
    width: 900px;
    height: 100px auto;
    text-align: center;
}

header > p {
    float: left clear;
    position: absolute;
    text-shadow: darkred 1px 1px 0;
    top: 15%;
    left: 70%;
    text-align: center;
    background-color: transparent;
    padding: 8.9px;
    width: 360px;
    border: dotted 1px;
    border-radius: 50px;
    background-color: black;
}

header > img {
    width: 400px;
    max-width: 100%;
    height: auto;
    text-align: center;
    transition: rotate 0s ease;
    float: left clear;
    position: absolute;
    top: 0%;
    left: 69.5%;
    padding-top: 5px;
    
}

header > img:hover {
    rotate: 1deg;
    z-index: 1;

}

.nav {
    padding: auto;
    width: 350px;
    height: 100px;
    float: right;
    top: 20%;
    left: 70.6%;
    position: absolute;
    display: inline-block;
    background-color: transparent;
    text-shadow: darkred 1px 1px 0;
}

.nav > details {
    padding: 1px;
    width: 340px;
    height: 300px auto;
    margin: auto;
    background-color: black;
    border: solid 1px white;
    text-align: center;
    padding: 3px;
    display: inline-block;
    border: dotted 1px;
    border-radius: 50px;
    
}


.footnote {
    color: white;
    font-family: "Jura";
    font-size-adjust: auto;
    text-align: center;
    width: 400px;
    font-size: 12px;
    background-color: transparent;
    text-shadow: darkred 1px 1px 0;
    display: block;
    margin: auto;
    
}

hr {
    border: dotted 1px red;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    padding-bottom: 5px;
    width: 1px;
    margin: auto;
    padding-left: 379px;
    position: absolute;
    display: block;
    left: 70%;
    top: 15%;
    
}

iframe {
    max-width: 100%;
    width: 700px;
    height: 845px;
    border: red dotted 1px;
    border-radius: 5px;
    
}

a {
    color: red;
}

a:hover { 
    color: darkred; 
}

a:visited { 
    color: mediumpurple; 

}