*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    img{
        width: 300px;
    }
    display: grid;
    justify-items: center;
}
.cabecalho{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
p{
    display: flex;
    justify-content: flex-end;
    margin-left: 50px;
}
.h1{
    text-align: center;
}
.logo{
    width: 1000px;
}
.link{
    margin: 20px 20px;
    font-size: 35px;
    width: 600px;
    text-decoration: none;
    border: 2px solid green;
    border-radius: 50px;
}
.tabela{
    width: 600px;
    display: flex;
    margin: auto;
}