h1 {
    color: rgb(255, 255, 255);
    background-color: rgb(89, 18, 110,0.5);
    text-align: center;
    width: 470px;
    margin-left: auto;
    margin-right: auto;
    padding: 7px;
    border: 9px double #fff;
    border-radius: 7px;
    box-shadow: 0px 0px 8px inset #000;
    font-size: 50px;
}