
body {
    background: url('https://cdn.cloudflare.steamstatic.com/apps/dota2/images/dota_react/heroes/axe.png') no-repeat center center fixed;
    background-size: cover;
    color: #ffcc00;
    font-family: 'Poppins', sans-serif;
    text-shadow: 2px 2px 5px rgba(0,0,0,0.8);
}

header {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 20px;
    text-align: center;
    color: #fff;
}

main {
    background-color: rgba(0, 0, 0, 0.7);
    padding: 30px;
    margin: 40px;
    border-radius: 15px;
}

h1, h2 {
    color: #ff4444;
    font-weight: bold;
}

ol, ul {
    text-align: left;
    margin-left: 30px;
    color: #ffffff;
}

form label, form input {
    display: block;
    margin: 10px auto;
    font-size: 1.1rem;
}

form input {
    padding: 10px;
    width: 250px;
    border-radius: 8px;
    border: none;
}
