
  body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f1abd0;
    color: #ffffff;
    margin: 20px;
  }
  
  h1, h2, h3, h4, h5 {
    color: #ffffff;
    size: 6;
    font-family: Arial, sans-serif;
  }
  
  a {
    color: #ffffff;
    text-decoration: none;
    font-family: Arial, sans-serif;
  }
  
  a:hover {
    text-decoration: underline;
  }
  
  button {
    background-color: #ff00d4;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 16px;
    border-radius: 5px;
    font-family: Arial, sans-serif;
  }
  
  button:hover {
    background-color: #f979d9;
    font-family: Arial, sans-serif;
  }
  footer {
    background-color: #FF1392;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  
  .container {
    width: 80%;
  }