@font-face {
  font-family: "Pacifico";
  src: url("../font/Pacifico/Pacifico-Regular.ttf");
}

@font-face {
  font-family: "PermanentMarker";
  src: url("../font/Permanent_Marker/PermanentMarker-Regular.ttf");
}

body {
  background-color: #fa9b64;

  font-family: 'PermanentMarker';
  font-size: 1.5em;
  text-align: center;
  color: white;
}

h2 {
  font-family: 'Pacifico';
}


@media (min-width: 100px) {
  .foto {
    background: url(../img/bg_s.jpg) no-repeat center top;
  }
}

@media (min-width: 400px) {
  .foto {
    background: url(../img/bg.webp) no-repeat center top;
  }
}

.sfondo{
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed; 
  z-index: -1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.box {
  width: 60%;
  margin: 10px;
  padding: 5px;
  border-radius: 10px;
}

.bg-opaco {
  background: rgba(0, 0, 0, 0.5);
}