body {
    background-color: rgb(0, 0, 0);
}
h1 {
    background-color: bisque;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: auto;
}
header h5 {
    background-color: black;
    color: beige;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: larger;
}
header  {
    background-color: beige;
}
header nav ul li a {
    font-family: fantasy;
    font-style: oblique;
    text-align: center;
    font-size: larger;
    color: black;
    text-decoration: none;
    display: grid;
}
header nav ul li :hover {
    background-color: rgb(199, 199, 199);
    border-radius: 8px;
    
}
fieldset {
    background-color: rgb(213, 213, 213);
    text-align: center;
}
legend {
    font-size: x-large;
    background-color: beige;
    font-style: italic;
   
}
