body {
  background-color: #f1f1f1;
  margin: 0;
}

h1 {
  font-family: "Sora", sans-serif;
  color: #68297D;
  font-size: 27px;

  
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  color: #A93BCE;

  line-height: 140%;

}

a{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

/*CABEÇALHO*/
header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  height: 123px;
  background:  #e7e7e7;

  position: fixed;
  top: 0px;
}

.logo {
  margin-left: 48px;

}

nav {
  display: flex;
  justify-content: space-around;

  width: 43%;
}

/*CORPO*/

section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;

  width: 100%;

  margin-top: 227px;
}

.item {
  margin: 0 40px 80px 40px;
  text-align: center;
  width: 380px;
}

@media (max-width: 720px) {
}
