body {
  background-color: black;
  color: white;
  margin: 0;
  font-family: Times New Roman, sans-serif;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50vh;
}

h1 {
  font-size: 40px;
  letter-spacing: 3px;
}

a {
  font-size: 20px;
  color: white;
  letter-spacing: 3px;
}

a:hover {
  color: blue;
}

img {
  width: 400px;
  margin-top: 20px;
  border-radius: 20px;
}
