h1 {
    background-color: grey;
    color: white;
    font-size: 20px;
    padding: 20px 0 20px 20px;
    margin-bottom: 0;
}

h2 {
    font-size: 18px;
}

h4 {
    display: inline
}

.all {
    width: 100%;
    height: 120px;
    border-bottom: 1px solid #AAAAAA;
}

.left {
    float: left;
    width: 120px;
    height: 120px;
    border-bottom: 1px solid white;
    text-align: center;
    background-color: rgb(192 192 192);
}

.right {
    float: left;
    margin-left: 20px;
}