
body{
    background: url(bg.png);
     background-size:     cover;                      
    background-repeat:   no-repeat;
    background-attachment: fixed;
    //background-position: center center;          
    max-width: 100%;
    margin: auto;
}
table {
    background-color: rgba(255, 255, 255, 0.50);
    // width: 375px;
    margin: auto;
    border-radius: 20px;
}
.btn {
    width: 50%;
    background-color: #F57435;
    border: 0px;
}
 td {
    
    padding: 1px;

}

.breadcrumb{
    background-color: rgba(255, 255, 255, 0.70); 
    text-decoration: none;
    
}

ol > li > a{
    color: black;
    text-decoration: none;
}

a:focus, a:hover {
    color: #000000;
    text-decoration: none;
}
