main {
    background-image: url('../img/logo/Stars_wars_bg.png');
    background-size: auto 600px;
}

@font-face {
    font-family: 'Starjedi';
    src: local('Starjedi'), url('../fonts/star_wars/Starjedi.ttf') format("truetype");
}

@font-face {
    font-family: 'Starjhol';
    src: local('Starjhol'), url('../fonts/star_wars/Starjhol.ttf') format("truetype");
}


.fonte-credito{
    font-family: 'Starjedi';
    font-size: 20px;
    color: yellow;
}

.fonte-titulo{
    font-family: 'Starjhol';
    font-size: 50px;
    font-weight: 200;
    color: yellow;
}