div {
    float: left;
    clear: both;
}

#container {
    background-color: beige;
    width: 100%;
    height: auto;
    margin-right: 5%;
    padding-top: 20px;
    font-size: 50px;
}

.sidebar {
    background-color: indianred;
    color: lightyellow;
    width: 8%;
    padding: 20px;
    height: 80vh;
    border-style: dotted;
    clear: none;
    text-align: center;
    margin-left: 1%;
    margin-right: 2.5%;
    border-radius: 20px;
}

.sidebar a {
    display: block;
    color: lightyellow;
    text-decoration: none;
    font-size: 20px;
    margin-bottom: 30px; 
    clear: none;
    
}

.menubox{
    margin-top: 5%;
    margin-left: 15%;
    font-size: 25pt;
    background-color: darkred;
    padding: 20px;
    border-radius: 15px;
}

.titlebox {
    background-color: tomato;
    width: 70%;
    height: 200px;
    margin-left: 2.5%;
    color: lightyellow;
    font-size: 28pt;
    font-family: Tahoma, sans-serif;
    text-align: center;
    padding: 50px; 
    clear: none;
    border-radius: 25px;
}

 
.content {
  background-color: darkseagreen;
  width: 60%;
  height: auto;
  margin-top: 1.5%;
  color: black;
  margin-left: 10%;
  font-size: 25pt;
  font-family: Tahoma, sans-serif;
  text-align: left;
  padding: 40px; 
  clear: none; 
  border-radius: 10px;
}

img {
  width: 60%;
  margin-top: 5%;
  margin-left: 10%;
  margin-bottom: 10%;
  clear: both;
  border-radius: 5px;
}