html { 
    margin-top: 50px;
    height: 800px;
    position: relative;
}    

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
.svgLinkTutorial {
    fill: green;
    stroke: #000;
    stroke-width: 5;
    height: 16px;
    width: 16px;
    /* background-color: gray; */
}
tr, td {
    padding: 5px;
}
table{
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    color:orange; 
    font-family: Roboto, sans-serif; 
    font-size: 18px;
    border: 1px solid gray; 
}
.textoNormal{
    color:gray; 
    font-family: Roboto, sans-serif; 
    font-size: 24px; 
    text-align: center;     
}

.textoEndereco{
    top:50px;
    position:relative; 
    color: gray; 
    font-family: Tahoma,Verdana; 
    font-size: 16px;
}
