.message {
    display: none;
    background-color: hsl(233deg 100% 95%);
    width: calc(100% - 22px);
    z-index: 10;
    text-align: center;
    height: 3em;
    line-height: 3em;
    white-space: nowrap;
    border: 1px solid #757575;
    padding: 0 10 0 10;
    border-radius: initial;
    margin: 0;
    font-size: initial;
    font-family: sans-serif;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: -1px;
    right: -1px;
    text-align: center;
    width: 37px;
    height: 34px;
}
  
.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}