h1 {
    text-align: center;
    color: #fff;
    background-color: rgba(0,0,0,0.8);
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 6px;
    border: 6px double #fff;
}