@media print {
    nav {
        display: none;
    }

    button {
        display: none;
    }

    img {
        display: none;
    }

    footer {
        display: none;
    }

    li::marker {
        display: none;
    }

    ol::marker {
        display: none;
    }
}

h1 {
    text-align: center;
    text-decoration: rgb(130, 119, 179);
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}



body {
    background-color: aquamarine;

}

nav {
    text-align: center;
    background-color: aqua;
    padding: 5px;
    font-size: large;
    color: blueviolet;
    font-family: 'Courier New', Courier, monospace;

}


nav ul {
    display: flexbox;
    background-color: azure;
    height: 20px;
    justify-content: space-around;
    align-items: center;
}

h2 {
    align-content: center;

    text-decoration: tomato;
}

button {
    align-items: center;
}

main {
    background-color: beige;
}

footer {
    background-color: aquamarine;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: medium;
    text-decoration: black;

}

table,
th,
td {
    border: 1px solid black;
    background-color: lavender;
    align-items: center;

    font-family: Arial, Helvetica, sans-serif;
}

h3 {
    align-content: center;

}

p {
    align-items: center;
}

h3 {
    align-items: center;
}

section {

    text-align: center;
}

legend {
    align-items: center;
    text-align: center;
}

img {
    border-radius: 8px;
    box-shadow: 8px;

}

li {
    align-items: center;
    list-style-type: none;
    marker: none;
}

ul {
    align-items: center;
    list-style-type: none;
    marker: none;
}


fieldset {
    align-items: center;
    align-content: center;
    text-align: center;
}

input {
    align-items: center;
}

ol {
    list-style-type: none;
}

ul {
    list-style-type: none;
    marker: none;
}

button {
    align-items: center;
}

textarea {
    align-items: center;
    align-content: center;
}

label {
    align-items: center;
    align-content: center;
}

div {
    align-content: center;
}