body {
  background-color: black;
  color: white;
  font-family: Trebuchet MS;
}

section {
  max-width: 1269px;
  margin: auto;
}

h1 {
  background-color: black;
  color: white;
  width: 100%;
  font-size: 42px;
  text-align: center;
  padding: 10px 0px 10px 0px;
}

hr {
  width: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.head {
  text-align: center;
  background: black;
  padding: 20px;
}

.color-header {
  display: inline-block;
  font-size: 0px;
  padding: 0px;
  margin: 0px;
  width: 360px;
  height: 640px;
}

.desc {
  font-size: 24px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
