body {
    margin: 0
    padding: 0
    border: 0
}

body::before {
    display: block;
    content: '';
    height: 60px;
}

.box {
    background-color: lightblue;
    border: 1px solid blue;
    min-height: 50px;
    font-size: 2rem;
}

a:link {
    color: white;
    text-decoration: none;
    font-weight: 600;
}

a:hover, a:active {
    color: white;
    text-decoration: none;
    font-weight: 700;
}

@media(min-width: 768px) {
    .hrs-review-input {
        width: 50%;
    }
}