@import url("https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@font-face {
  font-family: "rift";
  src: url("/fonts/rift/fort_foundry_-_rift-regular-webfont.woff2") format("woff2"), url("/fonts/rift/fort_foundry_-_rift-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "PT Sans", sans-serif;
  margin: 0;
  background: #ef345e;
  background: linear-gradient(135deg, #ef345e 0%, #f57930 100%);
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "rift";
}

#particles {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
}

section {
  position: relative;
  width: 100vw;
  color: white;
  overflow: hidden;
}
section .title {
  margin-bottom: 0;
}

#home {
  text-align: center;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  min-height: 100vh;
}
#home > img {
  max-width: 90%;
}

#giulia {
  background: #558dc8;
  background: linear-gradient(220deg, #558dc8 0%, #cc2e9e 100%);
  padding: 40px 0;
}
#giulia .col-5 > div {
  padding-left: 20px;
}
#giulia .col-5 > div h2 {
  margin-bottom: 10px;
}
#giulia .col-5 > div h4 {
  margin-top: 0;
}
#giulia img {
  max-width: 100%;
}

#daniele {
  min-height: auto;
  color: #010101;
  background: #e9d9b7;
  padding: 40px 0;
}
#daniele .col-5 > div {
  padding-left: 20px;
}
#daniele .col-5 > div h2 {
  margin-bottom: 10px;
}
#daniele .col-5 > div h4 {
  margin-top: 0;
}
#daniele img {
  max-width: 100%;
}

#download {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #47c1c1;
  min-height: auto;
  padding: 100px 0;
  color: white;
  background: #47c1c1;
  background: linear-gradient(180deg, #47c1c1 0%, #4797c1 100%);
}
#download a {
  display: block;
  color: white;
  border: 3px solid white;
  font-size: 25px;
  border-radius: 5px;
  padding: 5px 17px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
}
#download a:active, #download a:hover {
  background: white;
  color: #47c1c1;
}
#download .sep {
  background: white;
  height: 2px;
  width: 30px;
  margin: 0 auto;
  margin-bottom: 20px;
}

/*# sourceMappingURL=stile.css.map */
