@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}}.categories{display:flex;flex-direction:row;flex-wrap:wrap;gap:4vw;font-size:1em;justify-content:center;margin-bottom:6vh}.categories a{color:var(--green-color);text-decoration:none;transition:all .3s ease}.categories a:hover{color:var(--dark-green-color)}@media only screen and (min-width: 768px){.categories{font-size:2em}}
