* {
    background-color: rgb(31, 30, 30);
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


ul{
    list-style-type: none;}


 .index{
    margin-top: 200px;
    text-align: center;
 }   

.galeria {
    display: flex;
    justify-content: end;
    margin: 30px;
    padding: 20px;

}

.coluna {
    padding: 5px;
}

.cabecalho {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 60px;
    padding-top: 30px;
    padding-left: 30px;
    text-decoration: none;
}

.cabecalho a {
    text-decoration: none;
    color: rgb(250, 250, 249);
    font-size: 40px;
    font-family:"Bebas Neue", sans-serif;
}

.hiperlink {
    margin: 0;
    padding: 5px;
    justify-content: end;


}

.sobre{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    color: rgb(201, 200, 198);
    margin: 20px;
    line-height: 22px;
    
}

.title{

    font-family:"Bebas Neue", sans-serif;
    font-size: 50px;
    color:  rgb(250, 250, 249);
}

.premio{

font-family: "Roboto", sans-serif;
font-weight: 400;
margin: 30px;
color:  rgb(201, 200, 198);
line-height: 22px;



}