h1, h2{
    text-align: center;
}

#divOfDivs{
    display: flex;
    width: 1500px;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#divOfDivs div{
    width: 500px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#times input{
    width: 500px;
    height: 25px;
    font-size: 18px;
    text-align: center;
    margin: auto;
    border-radius: 25px;
    background-color: rgb(122, 0, 0);
    color: rgb(222, 222, 222);
    margin-top: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#buttons input{
    width: 500px;
    height: 25px;
    font-size: 18px;
    margin: auto;
    border-radius: 25px;
    background-color: rgb(122, 0, 0);
    color: rgb(222, 222, 222);
    margin-top: 15px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#tf input{
    width: 500px;
    height: 25px;
    font-size: 16px;
    margin: auto;
    box-sizing: border-box;
    border-radius: 25px;
    background-color: rgb(122, 0, 0);
    color: rgb(222, 222, 222);
    margin-top: 15px;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#buttons, #times, #tf{
    display: flex;
    width: 1500px;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    padding: 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
