body {
      color: white;
      font-family: sans-serif;
      background-image: url('wallpaper.jpeg'); 
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-size: cover;
}

ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.Title{
    margin: 1px;
    color: white;
}

#Title-Image{
    margin: 1px;
}

.Content {
    border: solid 3px black;
    border-radius: 3px;
    color: black;
    margin: 5px;
    padding: 0;
    width: 50%;
    background: lightblue;
}

.Heading{
    color: green;
}
.Nav-Bar{
    list-style-type:none;
    margin: 0;
    background:lightblue;
    border: solid 3px black;
    border-radius: 3px;
    width: fit-content;
    color: black;
}

.Nav-Bar li {
    font-weight: bold;
    display: inline;
    padding: 15px;
}

