body{
  margin: 0;  
  display: flex;
}

.conteudo{
  width: 100%;
  height: 100vh;
  background-image: url('./img/b.jpg');
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.conteudo img{
  width: 200px;
}

.social{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

span{
  font-family: 'Abel', sans-serif;
  font-size: 15px;
}

.org{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}

.imagem{
  width: 80%;
  display: flex;
}

.direitos{
  width: 100%;
  display: flex;
  margin-bottom: 35px;
  align-items: center;
  justify-content: center;
}

.direitos span{
  font-weight: 600;
  color: white;
}

.social img{
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.social span{
  font-weight: 600;
  color: white;
  padding: 10px;
}