body {
  padding: 0;
  margin: 0;
}

body nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 30px;
  padding: 10px;
  background-color: #f89e0cc0;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

nav ul {
  cursor: pointer;
}

.container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.containt h2 {
  font-weight: bold;
  font-size: 24px;
  color: #f89e0cc0;
}

.containt p {
  font-weight: bold;
  font-size: 18px;
}
