.title {
    text-align: center;
}

.bigContainer {
    background-color: rgb(247, 214, 171);
    text-align: center;
    width: 85%;
    margin: auto;
    margin-top: 50px;
    padding: 5%
}

.filler {
    visibility: hidden;
}

.ansbutton{
    border: 4px solid rgb(0, 0, 0);
    background-color: white;
    font-weight: bold;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 90%;
    font-size: 16px;
}
.ansbutton:hover{
    background-color: rgb(255, 128, 10);
    color: white;
}
.ansbutton2{
    border: 4px solid rgb(0, 0, 0);
    background-color: white;
    font-weight: bold;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}
.ansbutton2:hover{
    background-color: rgb(255, 128, 10);
    color: white;
}

.searchy {
    margin: auto;
    margin-top: 20px;
}

.s_button {
    border: 2px solid black;
    background-color: rgb(93, 0, 241);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin: auto;
    margin-top: 10px;
    width: auto;
    height: auto;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display:inline-block;
}
.s_button:hover{
    background-color: rgb(161, 81, 236);
}

.s_bar {
    border: 2px solid black;
    background-color: rgb(93, 0, 241);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: rgb(255, 255, 255);
    margin: auto;
    margin-top: 10px;
    width: auto;
    height: auto;
    font-size: 20px;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    display:inline-block;
}

.command {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin: auto;
    text-align: center;
}

.e_sentence {
    text-align: center;
    margin: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.e_button {
    border: 2px ridge black;
    border-radius: 5px;
    background-color: rgb(0, 102, 0);
    color: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
    height: auto;
    width: auto;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.e_button:hover{
    background-color: rgb(62, 175, 40);
}

#searchbar {
    text-align: center;
    background-color: rgb(222, 247, 247);
}
#searchbar:active {
    background-color:rgb(159, 248, 248);
    border: 2px solid rgb(255, 255, 255);
}