.naa {
    text-align: center;
    background-color: #EEE0C9;
    border: none;
    color: black;
    font-size: larger;
}

.na {
    width: 900px;
}

#tabool {
    table-layout: fixed;
}

a {
    outline: 0;
    text-decoration: none;
    color: black;
}

body {
    background-color: #EEE0C9;
    margin: 0;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 30px auto;
}

th,
td {
    border: 2px solid #000000;
    padding: 12px;
    text-align: center;
    background-color: #ADC4CE;
    size: 20px;
}

tr {
    font-weight: bold;
    font-size: medium;
    font-family: Georgia;
}

img {
    width: 600px;
    height: 600px;
}