.sidebar {
  height:100%;
  width:150px;
  padding-top:10px;
  position: absolute;
  position: fixed;
  left: 10;
  top: 0;
  background-color: lightpink;
}

.sidebar div {
  padding: 8px;
  font-size: 22px;
  display: block;
}

.body-text {
  margin-left: 150px;
  font-size: 18px;
}
a:link {
  text-decoration: none;
}
h1 {
  color: white;
  text-align: center;
  border: 4px solid white;
  margin:50px;
  padding: 10px;
   font-size: 30px;
}
body {
  background-color: lightpink;
  font-size: 18px;
  color: black;
  font-family: Arial;
}
p {
  margin: 40px;
  padding: 0px;
  text-align: center;
}
img {
  display: block;
  border-radius:10px;
  margin-left: auto;
  margin-right: auto;
}
.button {
  color:#ff557e;
  background-color:white;
  border-radius:10px;
  padding:9px 25px;
  text-align: left;
  display:inline-block;
  font-size: 20px;
  font-weight: bold;
  margin:2px 30px;
  cursor: pointer;
}