body {font-size: 14px; color: black;
}
h1 {font-size: 30px; color: black;
}
p {font-size: 14px; color: black;
}
body{border: 3px solid white;}
@keyframes fadeIn { from { opacity: 0; } to   { opacity: 1; }}

body {animation: fadeIn 1s ease-in-out;background-color: black; }
a {color: #FFFFFF;text-decoration: underline;}
a:hover {color: #FFFFFF;}
a {color: #FFFFFF;text-decoration: none;transition: color 0.3s ease, transform 0.2s ease;}

html, body {overflow-y: auto; overflow-x: auto;}

html, body {margin: 0;padding: 0;height: 100%;}

body {
    background:
        url("Fire2.png") no-repeat center center fixed;

    background-size: cover;
    color: white;
    min-height: 100vh;
}

img {filter: grayscale(80%);}
.content {
  width: 1200px; /* fixed desktop width */
  margin: 0 auto;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  transform: scale(0.85);
  transform-origin: center;
  border: 3px solid white;
}
.logo-container {display: flex;justify-content: center;align-items: center;height: 0px;}
.logo-container-2 {display: flex;justify-content: center;align-items: center;height: 0px;}
.borderbox {border: 3px solid white;}  
.box {margin: -1400px auto;transform: scale(0.5);transform-origin: center;}
.Test {margin: -150px auto;background-color: rgba(0, 0, 0, 0.6);border: 30px solid transparent;padding: 30px;border-image: url("Check.png") 30 round;transform: scale(1.0);transform-origin: center;}
.cage {margin: auto;background-color: rgba(119, 119, 119, 0.6); border: 30px solid black;padding: 30px;border-image: url("Chain.png") 30 round;transform: scale(1.0);transform-origin: center;}
.stamps {margin: 300px auto;background-color: rgba(0, 0, 0, 0.6);border: 30px solid transparent;padding: 30px;border-image: url("Check.png") 30 round;transform: scale(1.0);transform-origin: center;}
.head{display: block; margin-left: auto; margin-right: auto;}
.links{margin: 0px auto;transform: scale(0.8); transform-origin: center; display: block; margin-left: auto; margin-right: auto;position: -webkit-sticky;position: sticky;top: 0;z-index: 9999;background-color: #000;text-align: center;padding: 10px 0;}
.floating-img {
  position: fixed;
  
  /* Lock it to the bottom-right corner of the screen */
  bottom: 0px;
  right: 600px;
  
  /* Keep it on top of other content */
  z-index: 1000; 
  
  /* Optional: set a size */
  width: 500px;
  height: auto;
}













