body {
    background-color: #111;
    color: #eee;
    font-family: 'Arial', sans-serif;
    max-width: 1000px;
    margin: auto;
    padding: 40px 20px;
    line-height: 1.6;
}

h1 {
    font-family: 'Creepster', cursive;
    font-size: 72px;
    color: #ff0000;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

h2 {
    font-size: 32px;
    color: #ff5555;
    text-align: center;
    margin-bottom: 30px;
}

h3 {
    font-size: 24px;
    color: #ff5555;
    margin-top: 50px;
    margin-bottom: 15px;
    border-bottom: 2px solid #ff5555;
    padding-bottom: 5px;
}

p, li {
    font-size: 18px;
}

a {
    color: #55ddff;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    text-decoration: underline;
}

iframe {
    max-width: 100%;
    display: block;
    margin: 20px 0;
}

.button-link {
    display: inline-block;
    background-color: #ff5555;
    color: #fff;
    padding: 12px 24px;
    margin: 15px 0;
    border-radius: 8px;
    text-decoration: none;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.button-link:hover {
    background-color: #ff2222;
}

img {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

section {
    padding: 30px 0;  
    border: none;      
    margin-bottom: 5px;
}
