body{
  margin: 0;
  padding: 0 0 0px 0;
}

.hero{
  height: 100svh;
  width: 100%;
  object-fit: cover;
  display: block;
}

.content{
  margin: 0 10px 0;
}

.bar{
  position: sticky;
  top: 0;
  display: flex;
  width: 100%;
  height: 75px;
  box-sizing: border-box;
  background-color: #e1e1e1;
  align-items: center;
}

p{
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
}

@media screen and (min-width: 1000px) {
  .bar{
    height: 75px;
  }
}