body {
    background-color: #0b3d0b;
    font-family: 'Courier New', Courier, monospace;
    color: #00ff00;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    text-align: center;
    width: 100%;
    scrollbar-color: #00ff00;
}

.container {
    border: 3px solid #00ff00;
    padding: 20px;
    width: 600px;
    height: 500px;
    text-align: center;
    vertical-align: top;
}

.pipboy{
    display: block;
    text-align: center;
}

.pipboy h1 {
    width: 50%;
    font-size: 1.04em;
    margin-bottom: 20px;
    font-weight: bolder;
}

.pipboy h1 a, a{
    font-weight: bold;
    text-decoration: none;
    color: #017501;
}

.options{
    width: 100%;
    height: 100px;
}

.header-con{
    display: flex;
    width: 100%;
    text-align: right;
}

.header-con h2{
    width: 96%;
    text-align: left;
    font-size: 1.1em;
}

.header-con a{
    margin-top:  15px;
}

.items a:hover{
    color: #00ff00;
}

#config-ico{
    font-size: 24px;
    color: #017501;
}

#config-ico:hover{
    color: #00ff00;
}

.items{
    width: 100%;
}

#frame-container{
    margin-top: 10px;
    height: 26em;
}


iframe{
    width: 100%;
    height: 100%;
    scrollbar-color: #00ff00;
    scrollbar-width: 10px;
}

.focused{
    color: #00ff00;
}

.footer a{
    margin-top: 4px;
    display: flex;
    color: #00ff00;
}

.chat{
    border: 1px solid #00ff00;
    position: absolute;
    left: 74%;
    top: 84%;
}