.headers {
    text-align: center;
}
.beginning {
    text-align: center;
    margin: auto;
}
.button1Para{
    border: 4px outset rgb(88, 88, 88);
    color: white;
    font-weight: bold;
    width: auto;
    height: auto;
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
#get_feedback_button{
    background-color: darkblue;
}
#get_feedback_button:hover {
    background-color: rgb(137, 137, 240);
}
#timed_practice_button{
    background-color: darkgreen;
}
#timed_practice_button:hover{
    background-color: rgb(107, 184, 107);
}
#check{
    background-color: darkgreen;
}
#check:hover{
    background-color: rgb(107, 184, 107);
}
#reset_all{
    background-color: rgb(208, 2, 2);
}
#reset_all:hover{
    background-color: rgb(238, 119, 119);
}
#revise{
    background-color: darkgreen;
}
#revise:hover{
    background-color: rgb(107, 184, 107);
}
#recheck{
    background-color: rgb(0, 0, 185);
}
#recheck:hover{
    background-color: rgb(83, 105, 247);
}
#start_button{
    background-color: darkgreen;
}
#start_button:hover{
    background-color: grey !important;
}

.standard_holder{
    text-align: center;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.main_stuff {
    border: solid 5px;
    border-color: rgba(0, 0, 0, 0.884);
    background-color: rgb(247, 225, 199);
    text-align: center;
    width: 80%;
    margin: auto;
    margin-top: 50px;
    display: none;
}

#timer{
    margin: auto;
    border: outset 4px grey;
    background-color: black;
    font-size: large;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    width: 200px;
    padding: 10px;
    vertical-align: middle;
}

.results_class {
    border: solid 3px rgba(0, 0, 0, 0.884);
    background-color: rgba(168, 190, 250, 0.884);
    text-align: left;
    width: 75%;
    margin-top: 20px;
    margin:auto;
    padding: 10px;
}

#see_bun{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: medium;
    color: rgb(220, 1, 1);
    text-align: center;
}

.visual {
    border: solid 2px;
    border: black;
    text-align: center;
    margin: auto;
}
.losGraph {
    width:100%; max-width:700px; margin:auto
}

