body {
    margin: 0;
    padding: 0;
}

.h1Titulo {
    margin-top: 150px;
}

.fonte01 {
    font-family: 'Press Start 2P', cursive;
}

.fonte02 {
    font-family: 'Gruppo', cursive;
}

.fonte03 {
    font-family: 'Poiret One', cursive;
}

.fonte04 {
    font-family: 'Monoton', cursive;
}

#backFundo {
    height: 530px;
    width: 100%;
    background-image: url('../assets/background05.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#pelicula {
    background-color: rgba(0, 0, 0, 0.7);
    height: 530px;
}

.TextCorLaran {
    color: #f2935c;
}

.cardsGithub{
    width: 400px;
}

@media screen and (max-width: 767px) {
    .cardsGithub{
        width: 300px;
    }
}