body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.container {
  width: 80;
  height: auto;
  overflow: hidden;
}

.title {
  margin-left: 20px;
  text-align: center;
}

header {
  background: #333;
  color: #fff;
}

header a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 16px;
}

header ul {
  padding: 0;
  list-style: none;
}

header li {
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}

.main {
  padding: 20px;
  background: #fff;
  margin-top: 20px;
  display: flex;
  gap: 150px;
  align-items: center;
  justify-content: center;
}

.image img {
  width: 350px;
  height: 390px;
}

.text {
  width: 580px;
}

.main p {
  line-height: 1;
}
