@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');




@font-face {
    font-family: zeldafont;
    src: url(../fonts/HyliaSerifBeta-Regular.otf);

}


* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: poppins;
}

main {
    height: 100%;
}

nav {
    background: radial-gradient(#4cae43, #062c01c2);
    color: white;
    font-size: 1.0rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    height: 60px;

}

nav a {
    text-decoration: none;
    color: white;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 10px;
    margin: 10px;
    align-items: center;
}

ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;

}

li {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    padding: 10px;
    margin: 10px;
}

a:hover {
    cursor: pointer;

    background-color: #fff;
    border-radius: 15px;

}

.container {

    height: 100%;
    padding: 15px;

}

section {
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;

    border-radius: 15px;
}

section h2 {
    text-align: center;
    font-size: 3em;
    color: white;
    margin-bottom: 35px;
    background-color: #000000;
    border-radius: 25px;
    box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.5);
    margin: auto;
    margin-top: 25px;
    margin-bottom: 35px;
    padding: 5px;
    width: fit-content;
    font-weight: 200;
    border: inset white;

}


article>a {
    text-decoration: none;
    color: black;
    background-color: white;
    font-size: 20px;
    padding: 10px;
    border-radius: 10px;
    margin-top: 10px;
    box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.3);
}

article>a:hover {
    background-color: black;
    color: white;

}

article {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

article>h3 {
    text-align: center;
    font-size: 2em;
    color: #000000;
    margin-top: 20px;
}

article>p {
    text-align: center;
    font-size: 1em;
    color: #000000;
    margin-bottom: 25px;
    text-align: justify;
}

article>img {
    width: 100%;
    margin: auto;
    border-radius: 20px;
    box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.8);
    object-fit: cover;
    object-position: center;
    margin-top: 25px;
    margin-bottom: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

article>div>h3 {

    color: #4f43ae;
    font-size: 1.4em;
    font-weight: 900;
    padding-left: 30px;
}

.footer-content {
    text-align: center;
    padding: 5px;
}

@media screen and (min-width:1500px) {

 
    

}

@media screen and (max-width:600px) {

    nav {
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row;
        text-decoration: none;
        text-align: center;
        height: 150px;

    }

    nav ul {
        display: flex;
        flex-direction: row;
        justify-content: left;
        flex-wrap: wrap;
    }

    nav li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    nav a {
        margin: 10px;
        padding: 0;
    }

    nav li:hover {
        cursor: pointer;
        color: #4f43ae;
        background-color: #fff;
        border-radius: 15px;

    }

    section h2 {
        font-size: 2rem;
    }
}

.zelda {
    color: white;
    font-family: 'tlous', sans-serif;
    font-weight: normal;
    font-size: 40px;
}

.rd {
    color: white;
    font-family: 'tlous', sans-serif;
    font-weight: normal;
    font-size: 40px;
}

.conheca {
    color: white;
    font-family: 'tlous', sans-serif;
    font-weight: normal;
    font-size: 60px;
    text-align: center;
    margin-top: 20px;
}

.jogos {
    background-color: #000000;
}