.top-button{
    width:20%;
    height: 30px;
    border-style: none;
    font-size: large;
    background-color: rgb(43, 43, 43);
    color: #FFFF;
}

.top-button:hover{
    transition: all 200ms ease;
    background-color: rgb(53, 53, 53);
}

.top-button:active{
    background-color: rgb(63, 63, 63);
}

#button-color-bg{
    display: inline-flex;
    width: 90%;
}

#math-section{
    flex: 1 1 auto;
}
#physics-section{
    flex: 1 1 auto;
}
#turing-section{
    flex: 1 1 auto;
}

#fractal-section{
    flex: 1 1 auto;
}

#button-color-bg{
    height: 40px;
    width: 100%;
    padding-top: 10px;
    background-color: rgb(31, 31, 31);
    border-width: 0px;
}
body{
    margin: 0px;
    padding: 0px;
    background-color: rgb(24, 24, 24);
}

.button-calculator-number{
    width:80px;
    height: 80px;
    border-radius: 50%;
    border-style: none;
    font-size: large;
    background-color: rgb(43, 43, 43);
    color: #FFFF;
    font-size: 30px;

}
.button-calculator-number:hover{
    transition: all 200ms ease;
    background-color: rgb(53, 53, 53);
}
#calculator-bg-color{
    background-color: rgb(33,33,33);
    width: 1000px;
    border-radius: 30px;
}
.answer-area{
    background-color: rgb(73, 73,73);
    height: 80px;
    width: 1000px;
    border-radius: 15px;
    text-align: left;

}

#answer-text{
    position: relative;
    top: 10px;
    font-size: 50px;
    font-family:monospace;
    left:20px
}
.button-calculator-function{
    width:80px;
    height: 80px;
    border-radius: 50%;
    border-style: none;
    font-size: large;
    background-color: rgb(60, 60, 60);
    color: #FFFF;
    font-size: 30px;

}
.button-calculator-function:hover{
    transition: all 200ms ease;
    background-color: rgb(70, 70, 70);
}

#operation-text{
    font-size: 22px;
    position: absolute;
    font-family:monospace;
    left: 44.5em;
    top: 3.5em

}

#other-functions{
    position: absolute;
    left: 27em;
    top:11.3em
}

#zero-padding{
    padding: 0px 0px 0px 0px;
}

.longer-buttons{
    width:100px;
    border-radius: 40%;
}

#graphing-canvas{
    width: 500px;
    height: 500px;
    border-style: solid;
    border-color: #FFFF;
    border-width: 2.5px;
    background-color: #c5c5c5;
    border-radius: 10px;
}

#derivative-canvas{
    position: absolute;
    width: 500px;
    height: 500px;
    background-color: #c5c5c500;
    border-radius: 10px;
    left: 0px;
}

#inputFormula{
    width: 40%;
    height: 40px;
    border-radius: 5px;
    position: absolute;
    background-color: rgb(73,73,73);
    border-style: solid;
    border-color: #c5c5c5;
    color: #ffffff;
    left:550px;
    top: 100px;
    font-size: 20px;

}

#formula-submit{
    position: absolute;
    width:130px;
    height: 50px;
    font-size: 25px;
    color: #ffffff;
    border-radius: 10px;
    border-width: 5px;
    background-color: rgb(43, 43, 43);
    border-color: rgb(73, 73, 73);;
    border-style: solid;
    top: 150px;
    left: 550px;
}

#graph-label{
    position: absolute;
    color: #FFFF;
    left: 550px;
    top: 60px;
    font-family: Arial, Helvetica, sans-serif;
}

#t-label{
    position: absolute;
    left: 550px;
    top: 250px;
    color: #FFFF;
    font-family: Arial, Helvetica, sans-serif;
    width: 40%;
    height: 50px;
    font-size: 20px;
    background-color: rgb(43,43,43);
    border-style: solid;
    border-color: rgb(73,73,73);
    border-radius: 10px;
    border-width: 5px;
}

#t-input-div{
    position: absolute;
    top: 330px;
    left: 550px;
}

.t-labels{
    color:#FFFF;
    font-family: Arial, Helvetica, sans-serif;
}

.t-white-font{
    position: absolute;
    font-size: 40px;
    color: #FFFF;
    font-family: Arial, Helvetica, sans-serif;
}

.white-font{
    color: #FFFF;
    font-family: Arial, Helvetica, sans-serif;
}

#calculator-guide-div{
    position: absolute;
    width: 400px;
    height: 50%;
    left: 37em;
    top: 25.5em;
}

#graphing-calculator-guide-div{
    position: absolute;
    width: 400px;
    left: 34.5em;
    top: 25em;
}

#guide-graph-pos{
    position: absolute;
    left: 26em;
    top: 10.5em;
    background-color: #444;
}

#turning-binary-tape-canvas{
    position: relative;
    transform: translate(-50%,0%);
    left: 50%;
    width: 1700px;
    height: 10%;
    background-color: rgb(150, 150, 150);
    border-color: 000;
    border-width: 5px;
    border-style: solid;
}

.turning-pointer{
    position: relative;
    transform: translate(-50%, -25%);
    background-color: transparent;
    color: white;
    font-size: 50px;
    border: none;
}

.step{
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 30px;
    top:54%;
    padding: 10px;
    background-color: #afafaf;
    border-color: #444;
    border-style: solid;
    border-width: 5px;
    border-radius: 15px;
}

.step:hover{
    padding: 12px;
    transition: 0.1s ease-in all;
}

.fuck-firefox{
    width: 200px;
    height: 200px;
    display: inline-block;
    margin-top: 21px;
    margin-left: 21px;
}

.sqaure-thing-or-something{
    position: absolute;
    width: 200px;
    height: 200px;
    font-size: 150px;
    background-color: #818181;
    border-color: #000;
    border-width: 10px;
    border-style: solid;
    border-radius: 20px;
    text-align: center;
}


.sqaure-thing-or-something:focus{
    outline: none;
}


.debug-values{
    width: 15em;
    height: 20em;
    background-color: rgb(12, 12, 12);
}

.debug-name{
    position: relative;
    width: 15em;
    height: 2em;
    background-color: rgb(5, 5, 5);
    top: 22.8%;
}

.debug-name-text{
    transform: translate(-50%, -50%);
    position: absolute;
    color: #ffffff;
    left: 50%;
    top: 50%;
    font-family: Arial, Helvetica, sans-serif;
}

.debug-font{
    color: #ffffff;
    font-family: Arial, Helvetica, sans-serif;

}

.fractal-type-style{
    background-color: #b3b3b3;
    font-size: 30px;
    color: black;
    border-radius: 10px;
    border-style: solid;
    border-color: #494949;
    border-width: 4px;
    padding: 8px;
}

#fractal-types{
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: 4em;
}

#fractal-plane-div{
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    top: 150px;
}

#settings-button{
    position: absolute;
    background-color: rgba(0,0,0,0);
    border-color: rgba(0,0,0,0);
    transform: translate(-100%,-100%);
    font-size: 3em;
    top: 100%;
    left: 100%;
}

.settings-button-style{
    width: 10%;
    background-color: #666666;
    border-color: #000;
    border-radius: 10px;
    border-style: solid;
    border-width: 5px;
    font-family: Arial, Helvetica, sans-serif;
}