body {
  margin: 0;
  padding: 0;
  font-family: 'Monaco';
  background-color: #ffeef2;
}

#myPic {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
  opacity: 0.5;
}

#banner {
  text-align: center;
  font-size: 64px;
  margin-top: 20px;
  color: #d63384;
  background-color: #fff0f5cc;
  padding: 10px 20px;
  border-radius: 20px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}

#mySummer {
  font-size: 36px;
  color: #880e4f;
  text-align: center;
  margin: 40px auto;
  background-color: #fff0f5cc;
  padding: 20px 30px;
  width: fit-content;
  border-radius: 16px;
  box-shadow: 0 0 15px #f8bbd0;
}

#credits {
  position: fixed;
  bottom: 10px;
  right: 20px;
  font-size: 12px;
  color: #880e4f;
  background-color: #fff0f5cc;
  padding: 6px 10px;
  border-radius: 10px;
  text-align: right;
}

a {
  color: #c2185b;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
