﻿
header {background-color: black;color: white;top: 0; padding: 10px 0; position: sticky; width: 100%; height: 120px; display: flex; align-items: center; justify-content: center;}

nav {background-color: #0E1720}

nav ul {margin-bottom: 0px; padding-left: 0px;}

nav ul li {list-style-type: none;      float: left;  background-color: #0E1720;      color:#E3CE7D;      padding: 0px 40px 20px 40px;      font-family: Verdana;      font-size: 14pt; height: 63px;  text-align:center; line-height: 63px}

nav a {
		color: #E3CE7D;
		text-decoration: none;
		padding: 10px 40px 10px 40px;
	}

nav a:hover {
			color: silver;
			background: black
		}


html, body {
    margin: 0;
}

article {
    padding: 40px;
    margin: auto;
    max-width: 1200px;
    background-color: #ccc
}

body {
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 20px
}



.champion-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.champion-item {
    width: 200px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    background-color: #f9f9f9;
}

    .champion-item img {
        width: 100%;
        height: auto;
        border-radius: 5px;
    }

    .champion-item p {
        font-size: 16px;
        font-weight: bold;
    }

footer {
    background-color: gray;
    bottom: 0px;
    color: black;
    left: 0px;
    padding: 10px 0px 10px 0px;
    position: static;
    width: 100%;
    text-align: center;
    font-size: 20px
}

    footer p {
        padding: 20px
    }

a {
    color: black
}

    a:hover {
        text-decoration: none
    }

#logo {
    float: left;
    padding-top: 0px
}

h1 {
    font-size: 60px;
    text-transform: uppercase;
}