@import url("https://fonts.googleapis.com/css2?family=Oswald&display=swap");

p {
  color: blueviolet;
  font-family: "Oswald", sans-serif;
}
.container {
  margin-top: 33px;
  width: 80%;
}
.nav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: rgb(238, 222, 222);
  border: 1px solid gray;
}
.article {
  margin-top: 33px;
}
#titulo {
  font-size: 60px;
  padding-left: 33px;
}
h2 {
  font-style: italic;
}
#about {
  height: 122px;
}
#footer {
  width: 100%;
  background: #24326b;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
