@charset="utf-8";
body {
background-color: #FFF3E3;
margin: 0;
padding: 0;
width: 100%;}


.content-wrapper {
    max-width: 900px;         
    margin: 50px auto 100px;
    text-align: center;
    padding: 40px;
    background-color:  #FFF3E3;
   }
    
 .page-title {
    font-size: 40px; 
    font-weight: 500;
    color: #025136;
    margin-bottom: 30px;
}  
   
.history-table {
    width: 100%;
    border-collapse: separate; 
    border-spacing: 0;
    margin-top: 20px;
    background-color: #f2e8d5;
    color: #5d4037;
}


.history-table th {
    background-color: #c43a30; 
    color: #FFF3E3;
    padding: 12px;
    text-align: left;
    font-size: 50px
    border: 1px solid #fff;
}

.history-table td {
    padding: 12px;
    border: 1px solid #c43a30;
    line-height: 1.6;
}

.history-table tr:nth-child(even) {
    background-color:#f2e8d5;
}

footer {
    background-color: #025136; 
    color: #ffffff;           
    text-align: center;
    padding: 20px 0;
    margin-top: 100px;        
}

footer a {
    color: #FFF3E3;           
    text-decoration: none; 
     font-size: 20px;   
    margin: 0 10px;
}

footer a:hover {
    color: #c43a30;}

.footer-info {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #FFF3E3;           }

.footer-contact {
    margin: 15px 0;
    font-size: 20px;
}

.contact {
    width: 600px;    
    height: auto;
    vertical-align: middle; 
    margin-right: -180px;
}
