html * {
  font-family: 'Times New Roman', serif;
}
h1 {
  text-align: center;
  font-size: 50px;
}
p {
  text-align: center;
  justify-content: center;
  font-size: 20px;
}
.left-menue {
  width: 20%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: Navy;
  overflow-y: hidden;
}
.left-menue-item {
  padding: 10px 15px;
  text-decoration: none;
  font-size: 25px;
  color: white;
  display: block;
}
.left-menu-image {
  padding: 10px 15px;
  display: flex;
  justify-content: center;
}
.content {
  margin-left: 20%;
  padding-top: 10px;
  padding-left: 20%;
  padding-right: 20%;
} 

