.box {
    width: 200px;
    padding: 20px;
    border: 2px solid red;
    margin: 10px;

}

.h1 {

    background-color: green;
}