@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");:root{--background:#ffffff;--foreground:#171717}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.home_page{position:relative;margin:auto;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:0 3rem}.home_page img{width:30%}.home_page h1{margin-top:3rem;font-weight:500;text-align:center;font-size:2.3rem}.icon_social{display:flex;margin-top:3rem;gap:2rem}.icon_social a{font-size:30px}@media screen and (max-width:800px){.home_page img{width:60%}.home_page h1{font-size:2rem}}@media screen and (max-width:600px){.home_page img{width:80%}.home_page h1{font-size:1.7rem}}