#container {
    margin-left: auto;
    margin-right: auto;
    font-family: 'Fjalla One', sans-serif;
}

h2 {
    margin-left: 3%;
}

#theAnswer {
    background-color: whitesmoke;
    position: absolute;
    top: 2%;
    left: 2%;
    width: 55%;
}

#wrong {
    position: absolute;
    top: 2%;
    left: 15%;
    width: 55%;
    text-align: center;
    color: white;
}

#vid{
    margin-left: 2%;
}

.indent50 {
    margin: 2%;
}

.large {
    font-size: 1em;
}

.noshow {
    display: none;
}

#nullans {
    color: red;
    background-color: white;
    width: 50%;
    border-radius: 5px;
    padding: 5px;
}

#theAnswer {
    margin-left: 20%;
    margin-top: 5%;
}

button {
    width: 15%;
}

#title_top {
    font-weight: bold;
    font-size: 2em;
    margin-top: 0px;
    margin-bottom: 0px;
}

#mathform {
    margin: 0;
    margin-left: 20px;
    background-color: transparent;
    box-sizing: border-box;
    height: 80%;
    width: 90%;
    font-size: 1.7vw;
    color:#FFF;
}

#mathform h3 {
    background-color:rgba(7,69,10,0.5);
    padding:10px;
    border-radius:15px;
}

#firstN {font-size:2em;}

#answer {

    margin-right: 0%;
    font-size: 1em;
    width: 10%;
    background-color: rgb(255, 223, 202);
    height: 10%;
    vertical-align: top;
    z-index: 1;
    border: 0.7em solid #7E4916;
    border-radius: 0.6em / 1.2em;
    outline: none;
    z-index: 99;
}

/* #answer {
    font-size: 2em;
    width: 150px;
    height:70px;
    border:none;
    background-color:#7E4916 !important;
    vertical-align: middle;
    z-index: 1;
    border-radius: 20px;
    outline:none;
    z-index:99;
    color:#fff;
    text-align:center
} */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  /* -webkit-appearance: none;  */
  opacity: 1; 
}