
html {
   background-image: url(https://cdn-prod.puprod.indreams.me/3d74ef3ceb451f29015c30c0b50f1303);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
  }

body {
  background: #b4dd1e;
  color: #4F7914;
  font-family: "Lucida Console", monospace;
  border: solid 10px;
  border-color: #b00b69;
  margin-right: 200px;
  margin-left: 200px;
  margin-top: 100px;
  margin-bottom: 30px;
  position: relative;
}
a:link {
  color: #b00b69;
}

a:visited {
  color: purple;
}
a:hover {
  text-decoration: none;
}
#likes {
  right: 10px;
  border-color: #b00b69;
  border:5px;
}