img {
  display: block;
  width: 80%;
  margin: 10px auto;
  border-radius: 10px;
}
a {
  text-decoration: none;
  color: #8a663f;
}
a:hover {
  text-decoration: underline;
  transition: all 2s ease-in-out;
}
body {
  font-family: "Courier New", Courier, monospace;
  font-size: 20px;
  color: #8a663f;
  background-color: #fef9ee;
}
h1 {
  text-align: center;
  margin-bottom: 0;
}

h2 {
  text-align: center;
  border: 1px solid #8a663f;
  border-radius: 4px;
  margin-top: 100px;
  transition: 5ms;
}
h2:hover {
  background-color: #8a663f;
  color: #fef9ee;
}
p {
  margin-bottom: 30px;
}
h3,
h4,
h5 {
  margin: 0;
}
.container {
  max-width: 900px;
  background-color: #fef9ee;
  border-radius: 10px;
  padding: 20px;
  margin: auto;
  line-height: 40px;
}
.header {
  display: flex;
  justify-content: end;
}
.menu {
  margin: 0 40px;
}
.images {
  display: block;
  width: 80%;
  margin: 10px auto;
}
.images:hover {
  transform: scale(1);
}
.contacts {
  display: flex;
  justify-content: space-around;
}
#hello {
  font-family: "Borel", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
  color: #61614d;
}
