
body{
    background-color: white;
}
.header{
    margin: auto;
    text-align: center;
    color: coral;
    font-weight: bolder;
    font-size: x-large;
}
.header2{
    font-size: small;
    color: coral;
    font-weight: bolder;
}
#c1{
    width:73%;
    float:left;
    padding: 1%;
    text-align: justify;
}
#c2{
    width:23%;
    float:right;
    padding: 1%;
}
.col{
    color:black;
    text-align: center;
    font-size: 1.5vh;
    font-family: 'Courier New', Courier, monospace;
}
.image{
    max-height: 50vw;
}