 body {
    background-color: #c6c6c624;
    -webkit-print-color-adjust:exact !important;
    print-color-adjust:exact !important;
} 
.container {
    text-align:center;
}
.warn{
    color: red;
}

.squareR{
    float: left;
    margin:3px;
    width:25px;
    height:25px;
    background: white;
    border: 3px solid black;
}
.square80{
    float: left;
    margin:3px;
    width:25px;
    height:25px;
    background: white;
    border: 3px solid goldenrod;
}
.squareL
{
    float: left;
    margin:3px;
    width:25px;
    height:25px;
    background: darkred;
    border: 3px solid black;

}

.squareE
{
    float: left;
    margin:3px;
    width:25px;
    height:25px;
    background: darkcyan;
    border: 3px solid black;
}
.squareW
{
    float: left;
    margin:3px;
    width:25px;
    height:25px;
    background: darkslategray;
    border: 3px solid black;
}
.square1
{
    float: left;
    margin:3px;
    width:25px;
    height:25px;
    background: rgb(180, 180, 36);
    border: 3px solid black;
}
.square2
{
    float: left;
    margin:3px;
    width:25px;
    height:25px;
    background: rgb(58, 40, 139);
    border: 3px solid black;
}
.square3
{
    float: left;
    margin:3px;
    width:25px;
    height:25px;
    background: rgb(186, 93, 43);
    border: 3px solid black;
}

h1 {
    font-size: 50px;
    text-align: center;
    font-weight: 600;
    color: black;
}
.center {
    text-align: center;
    
}
.button1:hover {
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
.button1 {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}
.button1:active{
    background-color: red;
    cursor: progress;
}

input {
    margin: 10px;
    padding: 5px;
    font-size: large;
}
.quotes{
    font-size: 18px;
    color: rgb(53, 12, 12);
  }
.para{
    font-size: 20px;
    color: #4CAF50;
}
.lifeInfo{
    color: #F90B6D; font-family: 'Open Sans', sans-serif; font-size: 20px; font-weight: 300; line-height: 40px; margin: 0 0 16px; 
}

@media print 
{
    body{ background-color:#FFFFFF; background-image:none; }
    #ad{ display:none;}
    @page {
        background-color: white;
        size: auto;
        margin: 5%;
    }
    div {
        break-inside: avoid;
    }
    #buttonid {
        display: none;
    }
    #buttonid {
        display: none;
    }
    #print {
        display: none;
    }
    #noprint {
        display: none;
    }
    
}

.box {
    width: 80px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}

.explanation {
    margin-left: 5px;
    vertical-align: middle;
}
#lost {
    width:25px;
    height:25px;
    background: darkred;
    border: 3px solid black;
    margin: 10px 0;
}
#remaining {
    width:25px;
    height:25px;
    background: white;
    border: 3px solid black;
    margin: 10px 0;
}
#education {
    width:25px;
    height:25px;
    background: darkcyan;
    border: 3px solid black;
    margin: 10px 0;
}
#work {
    width:25px;
    height:25px;
    background: darkslategray;
    border: 3px solid black;
    margin: 10px 0;
}
#o1 {
    width:25px;
    height:25px;
    background: rgb(180, 180, 36);
    border: 3px solid black;
    margin: 10px 0;
}
#o2 {
    width:25px;
    height:25px;
    background: rgb(58, 40, 139);
    border: 3px solid black;
    margin: 10px 0;
}
#o3 {
    width:25px;
    height:25px;
    background: rgb(186, 93, 43);
    border: 3px solid black;
    margin: 10px 0;
}



