@import url('https://fonts.googleapis.com/css2?family=Jaro:opsz@6..72&display=swap');

.container {
    margin-left: 10%;
    margin-right: 10%;
}

:is(header, nav, footer, #description) {
    text-align: center;
}

h2{
    text-align: center;
}

button {
    text-align: center;
}

a:link, a:visited {
    color: black;
    background-color: transparent;
    text-decoration: none;
}

header {
    border-style: solid;
    border: 2px black;
    font-family: "Jaro", sans-serif;
    font-optical-sizing: auto;  
    font-weight: 400;
    font-style: normal;
    border-bottom: 2% solid;
    border-color: black;
}

h1 {
    border-bottom: 3px solid;
    border-color: red; 
}

nav ul li {
    display: inline-block;
    margin: 2%;
}

#emphasis {
    font-size: 18px;
    font-weight: 400;
}

table {
    border-style: solid;
    border-width: 5px;
}

td ul li {
    display: inline-block;
}

.survey {
    padding: 15px;
    border-style: solid;
    border-width: medium;
}