/* Reset some default styles */
body, h1, h2, p {
    margin: 0;
    padding: 50px;
    text-align: center;
    border: 4px solid #d7d8bc;
    display: ;
    
    border: 5px solid #d7d8bc;
    margin: 11px 100px 40px 100px;
    font-weight: bold;
    font-style: italic;




    
  }
  
  /* Set a background color and font for the entire page */
  body {
    background-color: #9eaeb4;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    
    
    
  }
  
  /* Style the header with a background image */
  header {
    background-image: linear-gradient(rgb(28, 80, 105), rgb(244, 246, 238), rgb(247, 199, 3));
    background-size: cover;
    text-align: center;
    color: #ce2828;
    padding: 10px 0;
  }
  
  /* Style the main content area */
  .content {
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 20px;
  }
  
  /* Style headings and text */
  h1 {
    font-size: 100px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom: 20px;
    color: #000000;
    text-align: center;
    border-radius: 50%;
  }

h3{
    font-size: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-a
}

  
  h2 {
    font-size: 37px;
    margin: 44px 0;
    color: #000000;
    text-align: center;
    
  }
  
  p {
    font-size: 16px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 1.5;
    color: #000000;
    max-width: 5px
    text-align: ;
    letter-spacing: 1px;
    
  }
  
  /* Style links */
  a {
    color: #eee4a9;
    text-decoration: none;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  /* Create a visually appealing button style */
  .button {
    display: inline-block;
    background-color: #0074d9;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    transition: background-color 0.3s;
  }
  
  .button:hover {
    background-color: #0056b3;
  }
  
  /* Style the footer */
  footer {
    background-color: #;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    border-bottom: 4px solid #d7d8bc;
    border: 4px solid #d7d8bc;
    margin: 8px 8px 40px 8px;
    font-weight: bold;
  }

  #design-selection{
 font-size: 35px;
  }
  
  /* Style navigation menu */
  .nav {
    background-color: #444;
    text-align: center;
  }
  
  .nav ul {
    list-style: circle;
  }
  
  .nav li {
    display: inline;
    margin: 0 10px;
  }
  
  .nav a {
    color: #fff;
    text-decoration: none;
  }

  #design-selection {
    border: solid #000000;
    
  }
  
  /* Media queries for responsive design */
  @media (max-width: 768px) {
    header {
      padding: 50px 0;
    }
    
    .content {
      margin: 10px;
    }
  }
  