body {
    font-family: Arial, sans-serif;
    text-align: center;
    margin: 20px;
}
table {
    width: 90%;
    margin: 2rem auto;
    border-collapse: collapse;
}
th, td {
    border: 1px solid #ddd;
    padding: 8px;
}
th {
    background-color: #f2f2f2;
}
.countdown {
    font-size: 2rem;
    font-weight: bold;
}

.container {
    width: 100%;
    border: 1px solid #fff;
    background-color: #ffffff;
    box-shadow: 0px 2px 7px #292929;
    -moz-box-shadow: 0px 2px 7px #292929;
    -webkit-box-shadow: 0px 2px 7px #292929;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.mainbody,
.header,
.footer {
    padding: 1rem;
}
.mainbody {
    margin-top: 0;
    overflow: auto;
}
.header {
    border-bottom: 1px solid #EEE;
    background-color: whiteSmoke;
    text-transform: capitalize;
    -webkit-border-top-left-radius: 0.5rem;
    -webkit-border-top-right-radius: 0.5rem;
    -moz-border-radius-topleft: 0.5rem;
    -moz-border-radius-topright: 0.5rem;
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
}
.footer {
    height: 2rem;
    background-color: whiteSmoke;
    border-top: 1px solid #DDD;
    -webkit-border-bottom-left-radius: 0.5rem;
    -webkit-border-bottom-right-radius: 0.5rem;
    -moz-border-radius-bottomleft: 0.5rem;
    -moz-border-radius-bottomright: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.current-president-container {
    display: grid;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: white;
    grid-template-columns: 1fr 0.5fr;
    width: 90%;
    margin: 2rem auto;    
}

.currentPresidentHeader{
    display: grid;
    background-color: yellow;
    text-transform: capitalize;
    background-color: whiteSmoke;
}
.currentPresidentPhoto{
    display: grid;
    background-color: white;  
    grid-row: span 3;
    justify-content: center;  
}
.currentPresidentDebtStart{
    display: grid;
    background-color: white; 
    justify-content: left;
    margin-top: 0.6rem;
    background-color: white;
}
.currentPresidentDebtNow{
    display: grid;
    background-color: white;    
    justify-content: left;
    margin-top: 0.6rem;
    background-color: white;       
}
.currentPresdientName{
    display: grid;
    font-size: 1.6rem;
    font-weight: bold;
    background-color: whiteSmoke;  
}

.debtNow{
    display: inline !important;
    font-weight: bold;
    margin-left: 0rem;
    background-color: white;
}
.debtNowWord{
    display: inline !important;
    background-color: white;
}

.photo {
    width: auto;
    height: 12rem;
}