body {
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    background-color: black;
}

.fullScreen{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    border:none;
}

#loginPage{
    z-index: 10000;
}









#choose {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: violet;
    z-index: 100;
}

.classSection {
    width: 33%;
    height: 100%;
    position: absolute;
    padding: 20px;
}

.left {
    left: 0;
}

.right {
    right: 0;
}

.center {
    width: 34%;
    left: 33%;
}














#mainWilson {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: black;
    color: red;
    z-index: 1000;
    top: 0;
}

#buttons {
    background-color: purple;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    z-index: 500;
}

#buttons a {
    margin: 10px;
    color: white;
}

#buttons p {
    margin: 10px;
    color: white;
    top: 0;
}

#buttons select {
    background-color: transparent;
    border: none;
    color: white;
}

#buttons select option {
    background-color: violet;
    border: none;
    color: black;
}

#tabs {
    background-color: violet;
    width: 100%;
    height: auto;
    display: flex;
    position: relative;
    top: 0;
}

#tabs a {
    margin: 10px;
    color: white;
}

#tabs p {
    margin: 10px;
    color: white;
    top: 0;
}

#tabs select {
    background-color: transparent;
    border: none;
    color: white;
}

#tabs td {
    border: none;
    border-left: solid black;
}

#tabHolder {
    border: none;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.frame {
    border: none;
    width: 100%;
    display: none;
    position: absolute;
    bottom: 0;
}

#Home {
    border: none;
    width: 100%;
    height:100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.draw {
    background-color: transparent;
    color: transparent;
    z-index: 200;
    border: none;
    width: 100%;
    display: none;
    position: absolute;
    bottom: 0;
}

.hide {
    display: none;
}