article {
    width: 1055px;

    padding: 20px;

    background-color: #cccccc;
    border-radius: 10px;
}

article > div {
    padding: 10px;
    background-color: white;
}
article>div>div {
    padding: 20px;
    position: relative;

    font-size: 16px;
    text-align: center;

    border: 2px solid #cccccc;
}

.title {
    margin-bottom: 0;
    font-size: 26px;
    font-weight: bold;
}
article p {
    margin-bottom: 50px;
}
article p:nth-child(4) {
    font-weight: bold;
}
article p:nth-child(5) {
    font-weight: bold;
    text-decoration: underline;
}
.address {
    font-size: 18px;
}

#phone_icon {
    position: absolute;
    top: 245px;
    left: 400px;
}

#mail_icon {
    position: absolute;
    top: 315px;
    left: 400px;
}

#speedmeter1 {
    position: absolute;
    top: 50px;
    right: 50px;
}
#speedmeter2 {
    position: absolute;
    top: 50px;
    left: 50px;
}