.wrapper {
    border: 1px solid red;
    font-size: 1.5rem;
    color: white;
    width: 650px;
    height: 400px;
}

.divBox {
    width: 200px;
    height: 150px;
    line-height: calc(150px - 2rem);
    background-color: red;
    color: white;
    margin-top: 1rem;
    font-size: 1.5rem;
}

.spanBox {
    display: inline-block;
    margin-top: 1rem;
    width: 200px;
    height: 150px;
    line-height: 150px;
    background-color: red;
    color: white;
    margin-top: 1rem;
    font-size: 1.5rem;
    
}

