body{
    /*background-color: #ff4df0;*/
    

    background-image: url("missing.jpg");
    background-size: 6vw 6vw;
    /*background-repeat: no-repeat;*/
    background-attachment: fixed;
    background-position: center;
    /*background-size: cover;*/

    padding: 0vw;

    margin: auto;
    width: calc(100vw - (100vw - 100%));
    
    }

#main1{

    border-style: groove;
    border-width: 0.5vw;
    border-color: gold;
    border-radius: 0vw;
    padding: 0vw;
    width: 60vw;
    margin-top: 0vw;
    margin-left: 6vw;
    height: 27vw;
    margin-right: 33vw;
    

    }

h1{
    
    font-family: "Nabla", sans-serif;
    
    padding: 0vw;

    
    /*position: absolute;*/
    
    /*top: 16.5vh;*/
    text-align: center;
    


    
/*
    /* Firefox *
    width: -moz-calc(60% - 30px);
    /* WebKit *
    width: -webkit-calc(60% - 30px);
    /* Opera *
    width: -o-calc(60% - 30px);
    /* Standard *
    width: calc(60vh - 30px);*/


    }

    #main{

        border-style: double;
        border-width: 0.5vw;
        border-color: gold;
        font-size: 4vw;
        
        margin-top: 20vh;
        margin-bottom: 0vw;
        margin-left: 6vw;
        width: 60vw;
        height: 7vw;
        background-color: rgba(0, 0, 0, 0.61);
        }

    #sub{

        width: 19.05;
        margin-top: 0vw;
        
        border-bottom-style: dotted;
        border-width: 0.5vw;
        background-color: #00a2ff;
        }

    #lit{
        color: #ff00ff;
        }

/*#p2{
    background: linear-gradient(to right, #00ccff, #ff00ff);
    background-repeat: no-repeat;
    background-attachment: fixed;
    }

#p1{
    background-color: rgb(51, 0, 85);
    color: rgb(192, 46, 46);
    font-family: cursive, sans-serif;
    font-style: oblique;
    font-weight: bolder;
    text-decoration: rgb(0, 110, 255) wavy overline;
    font-size: 7px;
    }

ul{
    background: linear-gradient(to right, #ffd700, #ff4df0);
    background-repeat: no-repeat;
    background-attachment: fixed;
    }
a{
    background: linear-gradient(to right, #ffd700, #ff4df0);
    background-repeat: no-repeat;
    background-attachment: fixed;
    }*/

a{
    color: #0076d6;
    }

#box1{
    display: block;
    overflow-y: auto;
    border: 0.5vw solid #000000;
    
    width: 39.05vw;
    height: 26.05vw;
    font-size: 21px;
    color: #000000;
    background-color: #ff00ff;
    position: absolute;
    margin-left: 0vw;
    /*
        margin-left: 850px;
        margin-left: 50%;
        
    margin-left: auto; goes to right auto right too and it goes to the middle*/
    }

#box2{
    display: block;
    overflow-y: auto;
    border: 0.5vw solid #ff00ff;
    
    width: 19.05vw;
    height: 26.05vw;
    font-size: 21px;
    color: #00ccff;
    background-color: #000000;
    position: absolute;
    margin-bottom: 0vw;
    margin-left: 40vw;
    }

#seedLife{
    position: absolute;
    margin-left: 65vw;
    width: 15vw;
    z-index: 10;
    }

/*div{
    float: left;
    }

Ok types of positions!:
1. Static: Default
2. Relative: Move relative to a anchor point, default is top left corner of its space, creates vacuum
3. Fixed: Stays on screen all the time, anchor point top left of the screen
4. Absolute: Floats it basically, anchor point top left of screen
5. Sticky: i think relative until you scroll past

/* # then the id tag and/or . then the class tag*/

/* Level Switch */

#entab1{
    height: 15vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    margin-left: 6vw;
    width: 89.8vw;
    display: block;
    }

#pillars1{
    height: 12vw;
    width: 61vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 0vw;
    margin-left: 33vw;

    border-radius: 0vw;
    border-width: 0vw;
    display: block;
    }

#black1{

    background-color: #000000;
    position: absolute;
    height: 30vh;
    width: 58vw;
    margin-left: 35vw;
    z-index: -1;
    margin-top: -12vw;
    

    }

#main2{
    border-style: groove;
    border-width: 0.5vw;
    border-color: gold;
    border-radius: 0vw;
    padding: 0vw;

    margin-top: 0vw;
    margin-left: 33vw;
    margin-right: 6vw;
    height: 27vw;
    width: 60vw;
    }

#box3{
    overflow-y: auto;
    border: 0.5vw solid #ff00ff;
    
    height: 26.07vw;
    width: 29.07vw;
    font-size: 21px;
    color: #00ccff;
    background-color: #000000;
    position: absolute;
    }

#box4{
    overflow-y: auto;
    border: 0.5vw solid #000000;

    height: 26.07vw;
    width: 29.07vw;
    font-size: 21px;
    color: #000000;
    background-color: #ff00ff;
    position: absolute;

    margin-left: 30vw;
    }

/* Level Switch */

#entab2{

    /*background-image: url("EntablatureGold.jpg");
    background-repeat: no-repeat;*/
    display: block;
    height: 15vh;
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 0vw;
    margin-left: 4vw;
    width: 90vw;
    

    }

#pillars2{

    /*background-image: url("PillarsGold.png");
    background-repeat: no-repeat; */
    display: block;
    height: 12vw;
    width: 61vw;
    margin-top: 0vw;
    margin-bottom: 0vw;
    padding: 0vw;    
    
    margin-left: 6vw;
    }

#black2{

    background-color: #000000;
    position: absolute;
    height: 30vh;
    width: 57vw;
    margin-left: 8vw;
    z-index: -1;
    margin-top: -12vw;
    

    }

#main3{
    border-style: groove;
    border-width: 0.5vw;
    border-color: gold;
    border-radius: 0vw;
    padding: 0vw;

    margin-top: 0vw;
    margin-left: 6vw;
    height: 27vw;
    width: 60vw;
    }

#box5{
    overflow-y: auto;
    border: 0.5vw solid #ff00ff;
    width: 29.05vw;    
    height: 26.05vw;
    font-size: 21px;
    color: #00ccff;
    background-color: #000000;
    position: absolute;

    margin-left: 30vw;
    }

#box6{
    overflow-y: auto;
    border: 0.5vw solid #000000;
    width: 29.05vw;
    height: 26.05vw;
    font-size: 21px;
    color: #000000;
    background-color: #ff00ff;
    position: absolute;


    }

/* Level Switch */