body {
    background-color: #FFC72C;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.frame {
    max-width: 800px;
    margin: 40px auto;
    background-color: #F5F5DC;
    border: 5px solid #000;
    box-shadow: 12px 12px 0px 0px #000;
    padding: 40px;
}

h1, h2, h3 {
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -2px;
    margin-top: 0;
}

h1 {
    font-size: 80px;
    line-height: 0.8;
    transform: rotate(-1deg);
    margin-bottom: 40px;
}

h2 {
    font-size: 40px;
    border-bottom: 5px solid #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.button {
    display: inline-block;
    background-color: #E21237;
    color: #fff;
    text-decoration: none;
    padding: 20px 40px;
    font-weight: 900;
    text-transform: uppercase;
    border: 4px solid #000;
    box-shadow: 6px 6px 0px 0px #000;
    transition: all 0.1s;
}

.button:active {
    transform: translate(3px, 3px);
    box-shadow: 3px 3px 0px 0px #000;
}

nav {
    margin-bottom: 40px;
    border-bottom: 3px solid #000;
    padding-bottom: 10px;
}

nav a {
    color: #000;
    text-decoration: none;
    font-weight: 900;
    text-transform: uppercase;
    margin-right: 20px;
    font-size: 14px;
}

nav a:hover {
    text-decoration: underline;
}

footer {
    margin-top: 60px;
    text-align: center;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
}

.legal-text {
    font-family: monospace;
    font-size: 14px;
    background: #fff;
    padding: 20px;
    border: 2px solid #000;
}
