@import url("/css/main.css");

body {
    background-color: #000000;
}

.text__castigatori {
    color: #fdd300;
    font-family: nowvar;
    font-weight: 900;
}

#main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 90%;
    text-align: center;
    margin: 0 auto;
}

#main img {
    width: 50%;
}

footer {
    background-color: #fdd400;
    color: black;
}

.footer-links a,
.footer-links li {
    color: black;
}

.header-texts a:nth-child(1) {
    text-decoration: none;
}

.header-texts a:nth-child(1):hover {
    text-decoration: underline;
}

.header-texts a:nth-child(3) {
    text-decoration: underline;
}

@media screen and (min-width: 768px) {
    #main {
        flex-direction: row;
        padding-top: 50%;
    }

    #main img {
        width: 25%;
    }

    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}

@media screen and (min-width: 1024px) {
    #main {
        flex-direction: row;
        padding-top: 35vh;
    }

    #main img {
        width: 20%;
    }

}

@media screen and (min-width: 1200px) {
    #main {
        padding-top: 12.5%;
        font-size: 2em;
    }

    #main img {
        width: 15%;
    }

}

@media screen and (min-width: 1400px) {
    #main {
        padding-top: 15%;
        font-size: 2.5em;
    }
}

@media screen and (min-width: 1500px) {
    #main {
        padding-top: 12.5%;
        font-size: 2.5em;
    }
}