body{
    line-height: 10%;
    background-color:rgb(166, 166, 166);
}
*{
    margin-bottom: 2%;
}
option, select, input, button, table, p{
    font-family:Arial, Helvetica, sans-serif;
}
p, button, table, select, input, button{
    font-size: 70px;
    font-weight: 400;
}
.brr{
    display: block;
    content: "";
    margin-bottom: 5%;
}
.options{
    position: absolute;
    right: 0;
    top: 0px;
    margin: 3%;
    width: 50%;
}
select{
    width: 100%;
}
input{
    width: 97.6%;
}
select, input, button, table, td{
    background-color: white;
    border-radius: 10px;
    border-style: solid;
    border-color: black;
    border-width: 4px;
    border-collapse: collapse;
    cursor: pointer;
}
button{
    background-color: rgb(95, 148, 255);
    color: rgb(245, 245, 245);
    font-weight: 700;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;

}
table{
    width: 100%;
}
td{
    padding: 7%;
    padding-left: 10px;
    width: 60%;
    font-size: 100%;
}