* {
    margin: 0;
    padding: 0;
} 

header
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    padding: 0 50px;
}   

/* Sets text enclosed within span tag to be 16px */
.span2 {
  font-size: 8px;
  color: blue;
}

.formatarfontesdapagina{
    color:white;
    border: 1px dotted yellow;
    text-align: center;
}

.formatarbarraalternativa{
    background-color: blue;
    color:white;
    border: 1px dotted white;
    text-align: left;
}

.formatacaodotitulo{
    color:white;
}

h1,h2,h4,h6{

    color:rgb(231, 135, 17);
}

h3{

    margin:1px;
    color:rgb(62, 6, 107);
}

h5:active{

    size:20px;
    color:rgb(15, 79, 139);
}

div{
    text-align:left;
    background-color: rgb(140, 0, 255);
}

.classformatogeral{
    color: white;
    border: 1px dotted blue;
}

.larguracolunacelulatabela100px
{
    width: 100px;
}
        
.larguracolunacelulatabela200px
{
    width: 200px;
}



.gg {
  width: 100px;
}

.ggg {
  width: 200px;
}

