body {
    background-color: rgb(2, 89, 177);
    transition: background-color 0.5s ease;
}

#Inscreva-se{
    background-color: white;
    margin-top: 70px;
    padding: 50px;
}

.nav-link{
    font-size: 200%;
    color: rgb(2, 89, 177);
}

#Sports h1{
    color: white;
    font-size: 400%;
    margin-top: 120px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;}

.cards-sports {
    margin: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 5px;
}
.cards-sports .card {
    margin-top: 100px;
    width: 300px;
    padding: 5px;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.cards-sports .card img{
    width: 300px;
    height: 200px;
    border-radius: 8px;
    display: block;
}
#Sobre-projeto h1{
    color: white;
    font-size: 400%;
    margin-top: 150px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
}

#Sobre-projeto p{
    color: white;
    font-size: 120%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 100px;
    margin-left: 100px;
    display: flex;
    justify-content: center;
}
#Sobre-projeto img{
    margin-top: 100px;
    margin-bottom: 100px;
    margin-left: 50px;
    width: 30%;
}

#Redes-sociais{
    background-color: white;
    margin-top: 70px;
    padding: 30px;
}

.social-icons{
    display: flex;
    justify-content: space-evenly;
}

.social-icons a img{
    margin-top: 10px;
    width: 50px;
    margin-left: 10px;
}

.social-icons a{
    text-decoration: none;
    color: black;
    margin-right: 20px;
}
