html {
    font-size: 12px;
    color: white;
}
.content {
    background-image: url("https://www.aq.com/cms/images/DN-StatusUpdate-CharPageBadgeFixes.jpg");
    background-repeat: no-repeat;
    background-size: cover;     
    background-position: center;
    background-attachment: fixed; 
    margin: 0;
    min-height: 100vh;          
}

h1 {
    text-align: center;
    text-shadow: 3px 3px 1px black;
}

img {
    width: 600px;
    height: 400px;
    display: block;
    margin: 0 auto;
  }
  p {
    text-align: center;
  }
  h2 {
    text-align: center;
  }
  h3 {
    text-align: left;
    margin: 5ch;
  }
  
 
.btn {
    display: inline-block;
    padding: 12px 24px;
    background-color: #be5151; 
    color: white;
    text-decoration: none;   
    border-radius: 6px;
    font-size: 18px;
    font-weight: bold;
    transition: background 0.3s;
  }
  .btn:hover {
    background-color: #0056b3;
  }
  .btn {
    margin: 20px auto;
    display: block;
    width: fit-content;
  }
  h4 {
    text-align: center;
    text-shadow: 3px 3px 1px black;
    color: white;
    font-size: 15px;
    margin: 5ch;
  }
  
  h5 {
    text-align: center;
    color: white;
    font-size: 15px;
    margin: 5ch;
  }
  
  