@import"/css/root.min.css";body{display:flex;flex-direction:column}#HookContent{display:flex;align-items:center;justify-content:center;font-family:var(--font_code);position:absolute;top:50%;left:50%;transform:translate(-50%, -50%)}#HookContent>#hook__image{border-radius:50%;border:2px solid var(--color_theme);box-shadow:0px 0px 120px 5px var(--color_theme-boxshadow)}#HookContent>#Hook__title-button{display:flex;flex-direction:column;align-items:center;justify-content:center}#HookContent>#Hook__title-button>h2{font-weight:300}#HookContent>#Hook__title-button>a{font-family:var(--font_code);font-weight:300;border:1px solid var(--color_theme);border-radius:.2rem;text-decoration:none !important;background-color:var(--color_dark);color:var(--color_light);box-shadow:0px 0px 59px 0px var(--color_theme-boxshadow);user-select:none;transition:.3s}#HookContent>#Hook__title-button>a:hover{background-color:var(--color_theme-darker);box-shadow:0px 0px 89px 5px var(--color_theme-boxshadow);cursor:pointer}@media screen and (min-width: 1024px){#HookContent{gap:5rem}#HookContent>#Hook__title-button{gap:2.5rem}#HookContent>#Hook__title-button>h2{font-size:2rem;max-width:40vw}#HookContent>#Hook__title-button>a{padding:1.2rem 3.6rem;font-size:1.8rem}}@media screen and (min-width: 768px)and (max-width: 1024px){#HookContent{gap:3.6rem}#HookContent>img{width:280px}#HookContent #Hook__title-button{gap:2rem}#HookContent #Hook__title-button>h2{font-size:1.8rem;max-width:40vw}#HookContent #Hook__title-button>a{font-size:1.4rem;padding:1rem 3.2rem}}@media screen and (min-width: 375px)and (max-width: 768px){#HookContent{display:flex;flex-direction:column;gap:3rem}#HookContent>img{width:280px}#HookContent #Hook__title-button{gap:2rem}#HookContent #Hook__title-button>h2{font-size:1.8rem;max-width:80vw;text-align:center}#HookContent #Hook__title-button>a{font-size:1.3rem;padding:1rem 2.9rem}}@media screen and (max-width: 375px){#HookContent{display:flex;flex-direction:column;gap:2.5rem}#HookContent>img{width:220px}#HookContent #Hook__title-button{gap:2rem}#HookContent #Hook__title-button>h2{font-size:1.4rem;max-width:80vw;text-align:center}#HookContent #Hook__title-button>a{font-size:1.2rem;padding:1rem 3.2rem}}
