* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    background-image: url(2121763.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 10%;
    padding-top: 5%;
    
}

h1 {
    text-align: center;
    font-family: serif;
    background-color: skyblue;
    text-shadow: 2px 2px white;

}

h2 {
    font-family: Blackletter;
    font-size: 90px;
    -webkit-text-stroke: 1px white;
}

h3, h4 {
    font-family: fantasy;
    text-align: right;
    color: orangered;
    font-size: 70px;
    -webkit-text-stroke: 0.5px white;
}

h5 {
    font-family: fantasy;
    text-align: right;
    color: orangered;
    font-size: 50px;
    -webkit-text-stroke: 0.05px white;
}

table {
    border: 2px outset Yellow;
    width: 100%;
    background-color: darkblue;
    padding: 10px;
    box-shadow: 5px 10px black;
}

tr, th {
    border: 1px inset Yellow;
    font-family: sans-serif;
    color: black;
    background-color: burlywood;
    text-align: left;
}

.bio {
    font-size: 25px;
    font-family: verdana;
    background-color: white;
    opacity: 0.9;
}

.table1 {
    border: 2px outset Yellow;
    width: 100%;
    background-color: darkblue;
    padding: 10px;
    box-shadow: 5px 10px black;
}

.table1 td, th {
    border: 1px inset black;
    font-family: sans-serif;
    color: black;
    background-color: burlywood;
    text-align: left;
    font-size: 20px;
}

.games {
    width: 50%;
    background-color: blue;
    padding: 10px;
    box-shadow: 5px 10px white;
}

.games td, th{
    border: 1px inset red;
    font-family: monospace;
    color: black;
    background-color: grey;
    text-align: center;
    font-size: 20px;
}

.lp {
    font-size: 30px;
    font-family: verdana;
    background-color: darkgrey;
    opacity: 0.9;
}

.games a:hover {
    background-color: red;
    color: black;
}

nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10%;
    padding-left: 10%;
    padding-right: 10%;
}

h6 {
    color: white;
    font-size: 28px;
}

span {
    color: red;
}

ul, li {
    list-style-type: none;
    display: inline-block;
    padding: 10px 20px;
}

ul, li, a {
    color: white;
    text-decoration: none;
    font-weight: bold;
}

ul, li, a:hover {
    color: orangered;
    transition: 0.5s;
}

button {
    border: none;
    background: red;
    padding: 12px 30px;
    border-radius: 30px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    transition: 0.4s;
}

button:hover {
    transform: scale(1.3);
    cursor: pointer;
}

footer {
    background: black;
    font-family: "Open Sans";
    padding-top: 40px;
    color: white;
}
.footer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.footer-content h6 {
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 3rem;
}

.footer-content p {
    max-height: 500px;
    margin: 10px auto;
    line-height: 28px;
    font-size: 14px;
}

.socials {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem 0;
}

.socials li {
    margin: 0 10px;
}

.socials a {
    text-decoration: none;
    color: white;
}

.socials a i {
    font-size: 1.1rem;
    transition: color .4s ease;
}

.socials a:hover {
    color: aqua;
}

.footer-bottom {
    background: black;
    text-align: center;
}

.footer-bottom p {
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
}

.socials img {
    width: 40px;
    height: 40px;
}

footer h6 {
    text-align: center;
}

footer .cp {
    text-align: center;
    font-family: serif;
    font-size: 15px;
}

footer .footer-bottom {
    text-align: center;
    font-family: serif;
    font-size: 15px;
}
