
button {
  padding: 10px 15px;
  background: black;
  color: white;
  border: none;
}
div#react-404 {
    height: 100vh;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: black;
}

.custom-404 {
       min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.book-col-column label {
    color: white;
    display: flex;
}

input.book-col-submit {
    background-color: white;
    padding: 8px 50px;
    font-family: 'Jost';
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
        border-radius: 0px;
    border: 1px solid #000;
}
input.book-col-submit:hover {
    background-color: white;
    color: #000;
}

input.book-col-submit:active {
    background-color: white;
    color: #000;
}

input.book-col-submit:focus {
    background-color: white;
    color: #000;
}