body {
    background-image: url(https://www.das-akademie.de/wp-content/uploads/Covid-19-Hygieneplan-1-1080x675.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 20px;
    font-family: 'Times New Roman', Times, serif;
}

.table_col {
    border-radius: 20px;
    height: 90vh;
    padding: 10px;
    padding: 20px;
}

.search_col {
    border-radius: 20px;
    padding-top: 20px;
}

input {
    border: none;
    border-radius: 8px;
    width: 300px;
    height: 35px;
    padding: 10px;
}

button {
    margin-top: 10px;
    margin-bottom: 10px;
}

img {
    border-radius: 20px;
}