body {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 20px;
  background-color: #0b1c2c;
  color: #ffffff;
  font-size: 16px;
}

img {
  max-width: 300px;
  height: auto;
  margin-bottom: 20px;
}

h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

p {
  font-size: 18px;
}

nav {
  margin: 20px 0;
}

nav a {
  margin: 0 10px;
  color: #4fd1c5;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}

nav a:hover {
  text-decoration: underline;
}
