* {
    /* background-color: rgb(48, 80, 80, .5); */
    background-image: radial-gradient(circle at 30%, #859ccd, #95abe1);
}

nav {
    /* display: inline-block!important; */
    display: inline-block;
    text-align: center;
    position: relative;
    font-size: smaller;
    text-decoration: none;
}

ul,
li {
    list-style-type: none;
    float: right;
    padding: 10px;
    /* text-decoration: underline; */
    /* text-decoration-thickness: 5px;
    text-decoration-line: none; */
    color: var(--primary);
}

header {
    position: relative;
    margin: 100px 0 25px 0;
    font-size: 2.3em;
    text-align: center;
    letter-spacing: 7px;
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    color: #d5e0ee;
}

#cat,
#final,
#lake {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 10%;
}

#player2 {
    width: 50%;
    height: 50%;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 10%;
    margin-left: auto;
    margin-right: auto;
}

#asiya{
    width: 40%;
    height: 40%;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10%;
    padding-bottom: 10%;
    margin-left: auto;
    margin-right: auto;
}

.home {
    padding: 0;
    border: none;
    background: none;
}

p {
    font-size: larger;
    text-align: center;
    font-family: 'Roboto Slab', serif;
}