body{
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: rgb(226, 70, 96);
    color: #333;
}
.img{
    position: fixed;
    width: 99%;
    height: 75%;
    border-radius: 20px;
    transition: opacity 0.3s ease-in-out;
}
.card{
    position: absolute;
    background: black;
    padding: 10px;
    padding-left: 20px;
    color: white;
    height: auto;
    width: auto;
    margin-top: 35%;
    margin-left: 10px;
    right: 10px;
    left: 10px;
    border-radius: 10px;
    opacity: 75%;
    transition: transform 0.3s ease-in-out;
}
.innerCard{
    transition: opacity 0.5s ease-in-out;
}
.Gold{
    color: gold !important;
    text-decoration: underline;
    text-decoration-color: gold;
}
.container {
      background-color: #fff;
      max-width: 800px;
      padding: 20px;
      border-radius: 8px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    }

    h1 {
      font-size: 2em;
      margin-bottom: 20px;
      color: hotpink;
    }

    h2 {
      font-size: 1.6em;
      color: hotpink;
      margin-bottom: 10px;
    }

    p {
      font-size: 1.1em;
      margin-bottom: 20px;
      color: white;
    }

    p:last-child {
      margin-bottom: 0;
    }

    .quote {
      font-style: italic;
      color: #7f8c8d;
      margin: 20px 0;
    }

    .footer {
      margin-top: 40px;
      font-size: 0.9em;
      color: #95a5a6;
      text-align: center;
    }
