body {
    background-color: lightblue;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Arial, serif;

}

.race-form {
    display: flex;
    flex-direction: column;
    margin-bottom: 100px;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.race-form input {
    width: 300px;
    margin: 5px;
    padding: 0;
}

.race-form button {
    font-family: Arial, serif;
    font-size: medium;
    font-weight: bold;
    cursor: pointer;
    background-color: yellow;
}

table, th, td {
    border: 1px solid black;
    padding: 10px;
}

.horse-select {
    cursor: pointer;
    width: 300px;
}
