@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

body {
  background-image: url("https://veeimg.carrd.co/assets/images/image09.jpg");
  background-size: 250px 250px;
  background-repeat: repeat;
  background-attachment: fixed;
  font-family: 'Pixelify Sans', sans-serif;
  color: #ab0000;
  text-align: center;
  max-width: 1200px;
  padding: 20px;
  margin: 0 auto;
  }

.warning-container {
  background-image: url('https://veeimg.carrd.co/assets/images/image06.jpg');
  height: 640px;
  width: 640px;
  border-image: url("https://shared.fastly.steamstatic.com/community_assets/images/items/1000470/5ba497d006c360fb075b6ea7d07351faff604199.png") 20 stretch;
  border-width:24px;
  background-clip: padding-box;
  border-style:solid;
  display: block;
  align-items: center;
  position: relative;
}

.warning-textbox {
  position: absolute;
  top: 15px;
  right: 20px;
  width: 435px;
  height: 608px;
  border: 5px double black;
  
}

.warning-ame {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.warning-pfp {
-webkit-mask-image: url("https://i.postimg.cc/HxQfVt3P/Untitled551-20240703021827.png");
-webkit-mask-size: 25%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
}

a {
  color: #ff0000;
  text-decoration: none;
}

a:hover {
  text-decoration-line: underline;
  text-decoration-style: wavy;
  color: #000;
}

* {
  margin: 0 auto;
}

















