* {
  margin: 0;
  padding: 0;
}

.fundo {
  background-image: url("../assets/images/saoPedroFundoBege.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  width: 100%;
  height: 100vh;

  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;
}

@media (orientation: landscape) {
  .fundo {
      background-image: url("../assets/images/saoPedroFundoBegePaisagem.png");
      background-position:top;
  }
}

@font-face {
  font-family: "Alice";
  src: url("../assets/fonts/Alice/Alice-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Open_Sans";
  src: url("../assets/fonts/Open_Sans/OpenSans-VariableFont_wdth\,wght.ttf")
    format("truetype");
}

@font-face {
  font-family: "Great_Vibes";
  src: url("../assets/fonts/Great_Vibes/GreatVibes-Regular.ttf")
    format("truetype");
}

.container {
  z-index: 1;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 100%;
}
