html { 
  background-color: lightsteelblue;
}

.topbar {
 display: flex;
 justify-content: space-around;
 align-items: center;
 background-color: #FFC524;
 border: 3px solid goldenrod;
 position: sticky;
 top: 5px;
}

.lessonbtns {
  background: none;
  margin-right: -10%;
}

.lessonbtns button {
  border: 3px solid goldenrod;
  border-radius: 6px;
  background-color: yellow;
  padding: 8px;
  margin: 10px;
}

.lessonbtns button a {
  text-decoration:none;
  color:black;
  font-size: 16px;
}

.maincont {
  max-width: 80%;
  margin-left: 10%;
  margin-top: 3%;
  margin-bottom: 3%;
  line-height: 1.5;
  font-size: 20px;
}

.buddy {
  background: none;
}

.buddy img {
  height: 500px;
  width: 500px;
}