    
      body {
        font-family: 'Times New Roman', Times, serif;
        text-align: center;
        max-width: 600px;
        margin: 40px auto;
        padding: 0 20px;
        background-color: black;
        color: white;
        background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('https://frutigeraeroarchive.org/images/wallpapers/asadal_stock/asadal_stock_203.jpg');
        background-repeat: no-repeat;
        background-color: #000000;
        background-attachment: fixed;
        background-size: cover;
      }
      
      p {
        color: white;
      }
      
      h1 {
        color: white;
      }

      ul {
        display: inline-block;
        text-align: left;
      }
      
      .info {
        height: 170px;
      }
      
      .link {
        color: black;
      }
      
      .links {
        background-color: lightblue;
      }
      
      .etc {
        background-color: lightblue;
      }
      
      .link2 {
        color: white;
      }
      
      .everything {
        background-color: black;
        height: 300px;
      }
      
      #statuscafe {
    padding: .5em;
    background-color: lightblue;
      }
      
     #statuscafe-username {
    margin-bottom: .5em;
    color: black !important;
     }
     
      #statuscafe-content {
    margin: 0 1em 0.5em 1em;
    background-color: lightblue;
    color: black;
     }

      .etc2 {
        background-color: lightblue;
      }
      
      .link-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
      }
      