
#header {
position: fixed;
top: 0;
bottom: 0;
z-index: 1;
width: 100%;
height: 10vh;
background-color: #022634;
color: white;
font-family: 'Lora', serif;
text-align: center;
font-size: 1em;  
}

#quadjump {
position: absolute;
bottom: 80px;
margin: 0 5vw;
background-color: orange;
font-family: 'Loras', serif;
font-size: 1rem;  
}

#quote {
position: static;
font-size: 1em;
bottom: 10%;
left: 30%;  
width: 100%;
max-width: 500px;
top: 10px;  
background-color:aqua;
font-family: 'loras', serif;  
}
p {
font-family: ;
font-size: 1.2rem; 
}

#relative {
background-color: red;
position: relative;
top: 100px;
left: 50px;  
z-index: 1;  
}

#fixed {
background-color: green;
color: yellow;
right: 100px;
bottom: 10px;  
position: fixed;  
}  