h1 {
    background-color: #274c708a;
    color: #fff;
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    letter-spacing: 2px;
    border: 9px double rgb(104, 131, 204);
    border-radius: 12px;
    box-shadow: 0px 0px 40px inset rgb(42, 31, 88);
    font-size: 50px;
}