body {
  background-color: #5cb8ff;
  text-align: center;
}

img {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

a.anabalm {
  font-family: "Days One", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2em;
  color: black;
  background-color: #c6fb5c;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: 5px;
  box-shadow: 1px 1px 7px 0px black;
}

a.anabalm:hover {
  background-color: #D6FC89;
  transition-duration: 0.4s;
  box-shadow: 1px 1px 7px 1px black;
}
a.linkedin {
  font-family: 'Montserrat';
  font-size: 1.2em;
  font-weight: 800;
  color: white;
  background-color: #0077b5;
  text-decoration: none;
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid white;
  border-radius: 5px;
  box-shadow: 1px 1px 7px 0px black;
}

a.linkedin:hover {
  background-color: #0086cc;
  transition-duration: 0.4s;
  box-shadow: 1px 1px 7px 1px black;
}
