body {
  background-color: #265060;
  color: #333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  height: 90%;
}

.content {
  width: 40%;
  text-align: center;
  margin-left: 5%;
  margin-top: -10%;
}

.content h1 {
  font-size: 56px;
  color: #ecf0f1;
}

.content p {
  font-size: 21px;
  line-height: 1.6;
  color: #bdc3c7;
  margin-top: 10px;
}

.image-container {
  position: relative;
  width: 63%;
  margin-right: -12%;
  margin-top: -10%;
}

.image-container img {
  width: 100%;
}

nav {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 100%;
}

.logo img {
  height: 60px;
  margin-right: 25px;
}

.nav-links {
  list-style: none;
  display: flex;
  gap: 30px;
  margin: 0;
}

.nav-links a {
  color: #fff;
  font-weight: 900;
  font-size: 16px;
}
