* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  background-color: #000000;
  color: #fff;
}

div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

h1 {
  text-align: center;
  font-family: "Pacifico", cursive;
  margin-bottom: 10px;
  font-size: 4rem;
}

h4 {
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  margin-bottom: 20px;
}

img {
  width: 20rem;
  height: 20rem;
  object-fit: cover;
  border-radius: 5rem;
  border: 2px solid #fff;
  margin-bottom: 10px;
  margin-top: -100px;
}

a {
  text-decoration: underline;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
