body.pixel-background {
    background-color: #000;
    background-image: url('pixel-bg.svg');
    background-repeat: repeat;
    color: #fff;
    font-family: 'Press Start 2P', cursive;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    margin: 0;
}

.pixel-border {
    border: 10px solid #fff;
    box-shadow: 0 0 0 5px #000, 0 0 0 10px #fff;
    padding: 20px;
    background-color: #000;
}

.pixel-content {
    max-width: 800px;
    text-align: center;
}

.pixel-header h1 {
    font-size: 3rem;
    text-shadow: 3px 3px 0 #555;
    margin-bottom: 10px;
}

.pixel-header p {
    font-size: 1.2rem;
    margin-bottom: 40px;
}

.pixel-section {
    margin-bottom: 40px;
}

.pixel-section h2 {
    font-size: 2rem;
    text-shadow: 2px 2px 0 #555;
    margin-bottom: 20px;
}

.features {
    display: flex;
    justify-content: space-around;
}

.feature {
    width: 30%;
}

.pixel-icon {
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    image-rendering: pixelated;
}

.pixel-footer {
    margin-top: 40px;
    font-size: 0.8rem;
}
