@import"https://fonts.googleapis.com/css?family=Inter";:root{--white-color: #FFFFFF;--blue-color: #4D9DE0;--green-color: #55D6BE;--dark-green-color: #48A08F;--black-color: #000000;--black-color40: rgb(0 0 0 / 40%)}body{color:#fff;background-image:url(/images/background.jpg);background-position:center center;background-attachment:fixed;background-repeat:no-repeat;background-size:cover;font-family:Inter;font-size:1em}.main{margin-left:4vw;margin-right:4vw;margin-top:4vh}.content{margin-top:3vh;margin-left:2vw;margin-right:2vw}.text{margin-top:2vh;margin-bottom:2vh;background-color:var(--black-color40);padding-left:2vw;padding-right:2vw;padding-top:1vh;padding-bottom:1vh;border-radius:30px;text-align:justify}.text h1,h2{text-align:center}.center{display:flex;justify-content:center;text-align:center}.green{color:var(--green-color)}.space{margin-top:5vh;margin-bottom:5vh}@media only screen and (min-width: 1200px){.main{margin-top:8vh}.content{margin-top:10vh;margin-left:15vw;margin-right:15vw}}.button-arrow{border-radius:30px;padding-left:1vw;padding-right:1.2vw;padding-top:.4vh;padding-bottom:.5vh;background-color:var(--green-color);border:2px solid var(--green-color);transition:all .3s ease;text-decoration:none;color:var(--black-color);text-align:center}.button-arrow:before{content:"➜";padding-right:.5vw}.button-arrow:hover{background-color:var(--black-color40);color:var(--green-color);cursor:pointer}.button-right{float:right}.welcome{display:flex;flex-direction:column;justify-content:center;align-items:center;height:80vh;text-align:center}.title{font-size:5vh;margin:0}.subtitle{font-size:3vh;width:80vw}.discover{display:flex;flex-direction:row}.button-arrow{font-size:3vh;margin-right:2.5vw;margin-left:2.5vw}@media only screen and (min-width: 1200px){.title{font-size:7vh}.subtitle{font-size:3.5vh;width:35vw}}
