body {
    background-color: black;
    margin: 0;
}

.portrait {
    position: absolute;
    top: 30%;
    left: 26%;
    border-radius: 100%;
    width: 250px;
}

.sidebar {
    position: fixed;
    width: 500px;
    height: 800px;
    z-index: 10;
}

nav {
    width: 343px;
    position: absolute;
    top: 65%;
    left: 16%;
}


.btn:hover {
    filter: invert(5);
}


p {
    color: white;
    font-family: "Sofia Sans Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0.5px;
}

.container {
    border: solid white 1px;
    width: 860px;
    height: 767px;
    z-index: 1;
}

.container2 {
    border: solid white 1px;
    padding: 15px;
    height: 705px;
    z-index: 2;
}

.container1 {
    border: solid black 15px;
    height: 737px;
    z-index: 3;
}

.wrap {
    border: solid black 40px;
    left: 34.5%;
    position: fixed;
    z-index: 5;
}

.words {
    width: 760px;
    margin-top: 40px;
    position: absolute;
    left: 41%;
    padding-bottom: 70px;

}

.pic{
    width: 700px;
   position: relative;
   left: 2%;
   border: dashed 1px white;
   padding: 10px;
}

.menu{
    float: right;
    width: 350px;
    margin-left: 15px;
    margin-top: 15px;
    padding: 10px;
    border: dashed 2px white;
}

.comp{
    float: left;
    margin-right: 13px;
    margin-top: 10px;
    height: 250px;
    width: 350px;
    padding: 10px;
    border: dashed 2px white;
}

.stamp{
    float: right;
   margin: 10px;
   padding: 5px;
    border: dashed 2px white;
}

h1 {
    color: white;
    font-family: "Academy Engraved LET";
    font-size: 70px;
    line-height: 75px;
}


@font-face {
    font-family: "Academy Engraved LET";
    src: url("https://db.onlinewebfonts.com/t/3c471385717f118ae2efdeabbdc50824.eot");
    src: url("https://db.onlinewebfonts.com/t/3c471385717f118ae2efdeabbdc50824.eot?#iefix")format("embedded-opentype"),
        url("https://db.onlinewebfonts.com/t/3c471385717f118ae2efdeabbdc50824.woff2")format("woff2"),
        url("https://db.onlinewebfonts.com/t/3c471385717f118ae2efdeabbdc50824.woff")format("woff"),
        url("https://db.onlinewebfonts.com/t/3c471385717f118ae2efdeabbdc50824.ttf")format("truetype"),
        url("https://db.onlinewebfonts.com/t/3c471385717f118ae2efdeabbdc50824.svg#Academy Engraved LET")format("svg");
}

@import url(https://db.onlinewebfonts.com/c/3c471385717f118ae2efdeabbdc50824?family=Academy+Engraved+LET);

.sofia-sans-condensed {
    font-family: "Sofia Sans Condensed", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}