<!DOCTYPE html>
<html lang="en" class="h-full">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>0xstackeds0ul Berserk</title>
<script src="https://cdn.tailwindcss.com"></script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&family=Cormorant+Garamond:wght@400;600&display=swap');
body {
background-color: #0d0d0d;
color: #d1d1d1;
font-family: 'Cormorant Garamond', serif;
line-height: 1.6;
/* Дозволяємо прокрутку на body, щоб увімкнути скролінг */
overflow: auto;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
position: relative;
}
});
</script>
</body>
</html>