
body {
    font-family: Arial, sans-serif;
	align-items: center;
	text-align: center;
    margin: 0;
    padding: 0;
    background-image: url('https://media.fortniteapi.io/images/cosmetics/93e19d2225ecd1885f4cea9c7fb0c919/v2/MI_Character_DualParadox_02/background.png');
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

header {

	background-color: rgba(58,10,69, 0.45);
    padding: 20px;
    text-align: center;
}

header h1 {
    font-size: 3em;
    color: #7f00ff 	;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin-right: 20px;
}

nav ul li a {
    text-decoration: none;
    color: #000066;
    font-weight: bold;
}

nav ul li a:hover {
    color: #ff3399;
}

/* intro */
.intro {
    padding: 20px;
    background-color: rgba(82,14,91,0.3);
	text-shadow:
        1px 1px 0px orange,   
        -1px -1px 0px orange, 
        1px -1px 0px orange,  
        -1px 1px 0px orange,  
		0.5px 0.5px 0px orange, 
		-0.5px -0.5px 0px orange,
		0.5px -0.5px 0px orange,
		-0.5px 0.5px 0px ;
    text-align: center;
}

.intro h2 {
    color: #ff0066;
	
}

.intro p {
    font-size: 1.2em;
}


.powers {
    padding: 24px;
    background-color: rgba(26,26,26,0.45);
	text-shadow:
        1px 1px 0px white,   
        -1px -1px 0px white, 
        1px -1px 0px white,  
        -1px 1px 0px white,  
		0.5px 0.5px 0px white, 
		-0.5px -0.5px 0px white,
		0.5px -0.5px 0px white,
		-0.5px 0.5px 0px ;
    text-align: center;
}

.powers h2 {
    color: #ff0066;
	
}

h3 {
	font-size: 1.7em;
		
	color: red;
}

.powers ul {
    list-style-type: none;
    padding: 0;
}

.powers ul li {
    font-size: 1.1em;
    margin-bottom: 10px;
}


footer {
    text-align: center;
    padding: 20px;
    background-color: rgba(58,10,69,0.3);
	opacity: 0.3; 
    color: white;
}

footer p {
    font-size: 1em;
}
