body {
    background-repeat: repeat; /* Repeat the background image */
    background-color: #f0f0f0; /* Optional: Fallback background color */
    margin: 10; /* Remove default margin */
    padding: 10; /* Remove default padding */
}

.container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Use 100% of viewport height */
    text-align: center; /* Center align text */
    position: relative; /* Relative positioning to contain absolute children */
}

.content {
    background-color: rgba(0, 0, 0, 0.8); /* Black background with 80% opacity */
    color: white; /* Text color on the black background */
    padding: 20px; /* Padding inside the black rectangle */
    max-width: 90%; /* Limit width of content */
}

.centertext {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* Use 100% of viewport height */
    text-align: center; /* Center align text */
    position: relative; /* Relative positioning to contain absolute children */
}

/* Additional styling for your content */
h1, p {
    margin: 0 0 10px; /* Example spacing for text */
}

.bordered-text {
    border: 4px solid black;
    padding: 0px;
}





    body {
      background-color: #000000;
      color: #00ff00;
      font-family: "timesnewroman", times-new-roman;
      text-align: center;
    }
    
    h1 {
      color: #00A1FF;
      font-size: 42px;
    }
    
    h2 {
      color: #D000FF;
      font-size: 50px;
    }
    
    .content {
      margin: 30px auto;
      max-width: 1000px;
    }
    
    .section {
      margin-bottom: 30px;
    }
    
    .section-title {
      font-size: 24px;
      font-weight: bold;
      text-decoration: blink;
    }
    
    .section-content {
      font-size: 18px;
    }

    .entry-head {
      font-size: 25px;
    }
    
    text {
      color: #FFFFFF;
      font-size: 20px;
    }
    
        warning {
      color: #FFE100;
      font-size: 35px;
    }