@font-face {
font-family: 'custom';
src: url('https://lukas-von-dark-sun.neocities.org/helsinki.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  }
  body {
  margin: 0;
  padding: 0;
  background-image: url('https://lukas-von-dark-sun.neocities.org/BG.jpg');
  background-repeat: repeat-x;
  background-size: auto 100%;
  color: white;
  font-family: 'Custom', sans-serif;
  }
  .post {
  border: 2px solid #333;
  margin: 60px 0;
  padding: 40px 30px;
  border-radius: 10px;
  scroll-margin-top: 100px;
  position: relative;
}

.copy-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 8px 14px;
  background: #0066cc;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
}

.copy-btn:hover { 
  background: #0055aa; 
}

img {
  max-width: auto;
  height: auto;
  display: block;
  margin: 25px auto;
}

.video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: auto;
      border: 0;
    }