Body {
    background-color:blanchedalmond
}

h1 {
    font-size: 200px;
    text-align: center;

    font-family: "alta-california", sans-serif;
    font-weight: 400;
    font-style: normal;
    filter: blur(3.5px);

    text-transform: lowercase;
}

h1:hover {
    color: rgb(152, 31, 31);
    letter-spacing: 10px;
    filter: blur(0px);
}


