@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Major+Mono+Display&family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap");


body {
    background-color: #a2b6f8;
    font-family: "DotGothic16", serif;
}

header {
    display: flex;   
}

#header_links {
    list-style: none;
    display: flex; 
    margin: 0 0 0 auto;
    margin-right: 100px;
    margin-top: 20px;
}

#header_links li {
    padding-right: 10px;

}


.vaporwave_window {
    background-color: #c0c0c0;
    border-left: 2px solid #eee ;
    border-top: 2px solid #eee;
    border-right: 2px solid #444;
    border-bottom: 2px solid #444;
}



.vaporwave_window figure {
    background-color: #c0c0c0;
    box-shadow: 0 0 0 1px #eee, 0 0 0 2px #c0c0c0, 0 0 0 3px #444;
    position: relative;
    margin-bottom: 1.25em;
    width: calc(100% + 1.5em+ 2em);
}

.vaporwave_window figcaption {
    font-family: "DotGothic16", monospace;
    background-color: #8795e8;
    box-shadow: inset 0 -1px 0 0 #020202;
    color: #eee;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0.25em;
    font-size: 0.875em;
    z-index: 2;
}

#profile_vaporwave figure:nth-of-type(odd) {
    float: left;
    margin-right: 1.5em;
    margin-left: -3em;
}


.vaporwave_window figure:after {
    box-sizing: border-box;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute;
    box-shadow: inset 0px 0px 100px #000014;
    z-index: 1;
}

#desktopImg {
    width: 715px;
}

.exercise_png {
    width: 715px;
}

.container {
    margin-top: 40px;
    width: 90%;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    position: relative;  
}

.container h1{
    margin-left: 10px;
}

h2, h3 {
    margin-left: 10px;
}
.container p{
    margin-left: 20px;
    margin-right: 20px;
}
