main {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

img {
    border: none !important;
    box-shadow: none !important;
}

h1 {
    font-family: Amarante, sans-serif;
    color: #ffd700;
    text-align: center;
    font-size: 2.5em;
    margin-top: 20px;
}

h2 {
    font-family: Amarante, sans-serif;
    color: #ffd700;
    font-size: 1.8em;
    margin-top: 20px;
}

p {
    font-family: Amarante, sans-serif;
    color: #ffffff;
    font-size: 1.2em;
    line-height: 1.6;
    margin: 10px 0;
}

a {
    font-family: Amarante, sans-serif;
    color: #ffd700;
    text-decoration: none;
}
