body {
    background-color: black;
    text-align: center;
    font-family: monospace;
    color: white;
    vertical-align: middle;
    font-size: 15px;
}

.div1 {
    border: 10px outset white;
    background-color: #282828;
    margin: 20px;
    font-size: 15px;
}

.div2 {
    font-size: 15px;
    width: 20%;
    padding: 0.5rem 0.5rem;
    vertical-align: middle;
    float: left;
    margin-left: 20px;

}

button {
    border: 5px outset white;
    font-size: 15px;
    width: 100%;
    background-color: #282828;
    color: white;
    display: block;
    margin: 10px -8px;
    cursor: pointer;
    padding: 0.5rem 0.5rem;
    font-family: monospace;
}

button:hover {
    transition-duration: 0.4s;
    background-color: white;
    color: #282828;

}

.div3 {
    border: 5px outset white;
    background-color: #282828;
    display: flex;
    margin-right: 20px;
    margin-top: 18px;
    overflow-y: auto;
    height: 192px;
    font-size: 15px;
}

a {
    color: #ffffff;
}

a:hover {
    font-size: 20px;
    transition: 0.3s;
}

span {
    text-decoration: underline;
}

span:hover {
    font-size: 20px;
    transition: 0.3s;
}

article {
    background-color: #282828;
    border: 5px outset white;
    margin: 5px;
    overflow-y: auto;
    display: flex;
    padding: 10px;
    max-height: 400px;
    overflow: auto;
    flex-direction: column;
}

.div5 {
    border: 5px outset white;
    background-color: #282828;
    display: flex;
    overflow-y: auto;
    margin-left: -8px;
    margin-top: -8px;
    width: 276px;
    height: 524px;
}

.div6 {
    border: 10px outset white;
    overflow-y: auto;
    height: 726px;
    margin: 20px;

}

article {
    margin: 20px;
    border: none;

}