*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    
}

.cabecalho{
    background-color: rgb(35, 9, 59);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 50px;
    padding: 10px 0;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    
    
    
}