
.home{
    margin:50px auto;
   /* transform: translate(0,50%);*/
    text-align:center;
    max-width:800px;
    background-color: rgba(0,0,0,.8);
    height:auto;
    border-radius:10px;
    width:95%;
    
}
.home img{
    margin:26px auto 0 auto;
    padding:0;
    width:130px;
}

.home cardbotoes{
    display:block;
    
}
.home botao{
    cursor:pointer;
    display:inline-block;
    position:relative;
    float:center;
    margin:5px;
    padding:5px;
    word-wrap: break-word;
    background-color:transparent;
    border-radius:10px;
  
}
.home p {
    color:white;
    font-size:10px;
    font-weight: bold; 
    padding:0;
    margin:5px;
    

}
.header{
    text-align:center;
    position: fixed;
    width:300px;
    left:50%;
    transform: translate(-50% , 0);
    border-radius:1px;
    height: 15px;
    color: white;
    top: 5px;
     z-index:10;
}
.home icon{
    display:inline-block;
    background-color:transparent;
    border:solid 1px #fff;
    color:white;
    padding:10px;
    border-radius:50%;
    
}
.header h3{
    margin:10px;
    padding:0;
    color:#fff;
   background-color: rgba(0,0,0,.8);
}
