body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #FFD700;
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(135deg, #870000, #190A05);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

header, footer, main, section, aside {
    margin: 10px;
    padding: 20px;
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

h1, h2, h3 {
    color: #FF4500;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    color: #FFD700;
    text-decoration: none;
}

/* 7072657061726174696f6e5f7068 */
