/* main.css */ 

/*
html {
    height: auto;
    width: auto;
    position: relative;
}

body {
    min-height: 100%;
    overflow: auto;
}

h1 {
    font-size: 1.4em;
}

p {
    text-align: justify;
    text-justify: inter-word;

    font-size: 1em;
    margin-left: 1%;
}
*/

#pageWrapper {
    width: auto;
    max-height: 1em;
    display: flex;
    position: absolute;
}

#mainBox {
    display: table;
}

.left {
    float: left;
    position: relative;
    width: 0.8em;
}

.divide {
    position: absolute; 
    top: 0;
    bottom: 0;
    margin-top: 0.75%;
    margin-left: 58em;
    height: 100vh;
    border-left: 2px black dashed;
}

.right {
    float: left;
    position: relative;
    margin-left: 5em;
    margin-top: 17em;
}

#fun_gadget {
    display: block;
}

.animation_bar {
    position: fixed;
    top: 157px;
    left: 865px;
    width: 435px;
    height: 60px;
    border: 2px black solid;
    border-radius: 5px;
}

#abop {
    text-decoration: none;
}

.stream {
    width: 400px;
    height: 400px;
    border: 2px black solid;
}

.stream img {
    width: 390px;
    height: 390px;
    margin: 0 auto;
    padding: 5px;
    position: relative;
}

#content {
    font-size: 18px;
    margin-top: 4%;
    margin-left: 5%;
}
