@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    background-color: #e3fff2;
    color: #366959;
    text-align: center;
    margin: 20px;}

h1, h2 {
    color: #e89e3c;
}

table {
    border-collapse: collapse;
    margin: 20px auto;
    width: 80%;}

th {
    background-color: #366959;
    color: white;}

th,
td {
    border: 2px solid #e89e3c;
    padding: 15px;
    text-align: center;
    vertical-align: middle;}

img {
    width: 100px;
    height: 80px;
    object-fit: cover;
    border-radius: 10px;}

.xxx {
    width: 300px;}

.xxx td {
    width: 100px;
    height: 100px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;}

form {
    width: 400px;
    margin: auto;
    padding: 20px;
    border: 2px solid #366959;
    background-color: white;
    border-radius: 12px;}

input,
select {
    padding: 8px;
    margin-top: 5px;}

input[type="submit"] {
    background-color: #e89e3c;
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px 20px;
    font-weight: bold;}

input[type="submit"]:hover {
    background-color: #c97f2f;}