

body {
    background-color: #007f7e;
    background-attachment: fixed;
    font-family: 'w95faregular';
    /* height: 100%; */

    /* font-size: 20px; */
}


/* p {
    color: #000;
    font-weight: 500;
    font-size: 20px;
} */

main {
    background: transparent;
    margin: 10px auto 10px auto;
    
}

/* [name="blog"]{
    width: 100px;
    height: 100px; */
    /* max-width: 70vw;
    max-height: 75vh;
} 
*/


.window-buttons{
    background-size: auto;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    justify-content: center;
    text-align: right;
    direction: rtl;
    margin: 4px 2px 4px 2px;

}
.resizable {
    resize: both;
    overflow: auto;
}


.window-title-bar{
    cursor: move;
    color: #fff;
    border-bottom-style: groove;
    background-image: linear-gradient(to right, #0c1058, #adcbe1);
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 0 0 5px;
    text-shadow: .5px 0px white, 1.5px 0px white; /*crazy way to bold text*/
    letter-spacing: 1px;
    font-size: 20;
    display: flex; 
    justify-content: space-between;
    text-align: justify;
    max-width: inherit;
    max-height: inherit;
    
}

.window-container{
    margin: 5px;
}
.window{
    position: absolute;
    z-index: 1;
    background: #cfccc2;
    border-style: outset;
    border-color: #fff #000 #000 #fff;
    /* margin: 15; */
    /* padding: 15px; */
    /* overflow: hidden; */
    display: flex;
    flex-direction: column;

} 

.inner-window{
    /* position: absolute; */
    /* top: 0; right: 0; bottom: 0; left: 0; */
    /* display: block; */
    /* height: 100%; */
    margin: 5px;
    padding: 5px;
    background: #cfccc2;
    border-style: none;
    max-width: inherit;
    max-height: inherit;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    
}

iframe{
    /* width: 100%; */
    /* height: inherit; */
    border-style: inset;
    /* border: none; */
    /* margin: 15px; */
    flex-grow: 1;
    max-width: inherit;
    max-height: inherit;
    
}

.bottom-bar-container{
    background: #cfccc2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;


}

.start-button{
    border-style: outset;
    width: 80px;
    margin: 3px 0 0 3px;
}

/* 
.inner-window .section{
    margin: 10;
    padding: 10;

} */
