h1 {
    text-decoration:underline;
    font-weight:bold;
     text-align:center;
}
#wash {
    height:100px;
    width:100px;
}
iframe {
    height:300px;
    width:300px;
}
.class {
    font:italic;
    text-align:center;
}
div {
    border-width:1px;
    border-color:black;
    border-style:solid;
}
#comm {
    height:200px;
    width:200px;
    
}