 body {
     font-family: Verdana;
     background-color: black;
     color: white;
     margin: 0;
     text-align: center;
     background-image: url('https://cypherstar.neocities.org/graphics/tumblr_781a67b54e8d09e71842ad09405d3bfb_c89c8aa9_250.gif');
}
 #page-wrap{
     width: 512px;
     margin: 70px auto;
}

 #portrait-description{
     margin-top: 20px;
     flex: 1;
     background-color: black;
     order: 2;
     border: solid;
     border-color:#22d2fb;
     border-width: 2px 2px 2px 2px;
     position: absolute;
     left:800px;
     top:480px;
     width:500px;
     height:55px;
}
 main {
     flex: 1;
     background-color: rgba(0, 0, 0, 0.7);
     order: 2;
     border: solid;
     border-color:#22d2fb;
     border-width: 2px 2px 2px 2px;
     display: block;
     height:548px;
}
 .Windowname {
     font-family: Verdana;
     color: #fdfdfd;
     font-weight: bold;
     margin: 8px 0px 0 0px;
     padding-bottom: 10px;
     border: solid;
     border-width: 0px 0px 2px 0px;
     border-color:#22d2fb;
     text-align:left;
}

 