body{ 
    background-image: linear-gradient(135deg, #64f5f8 25%, #64d1f8 25%, #64d1f8 50%, #64f5f8 50%, #64f5f8 75%, #64d1f8 75%, #64d1f8 100%);
    background-size: 181.02px 181.02px;
}


h1{
    color: #375dd9;
    text-align: center;
    text-shadow: 
        0px 2px 0px #262498,
        0px 4px 0px #262498,
        0px 6px 0px #262498,
        0px 8px 0px #262498,
        3px 11px 0px #00000074;
        /* border: 2px solid red; */
    
    position: relative;
    top: 0;
    transition: 
        top ease 0.2s,
        text-shadow ease 0.2s;
}
a>h1:hover {
    top: -2px;
    text-shadow: 
        0px 2px 0px #262498,
        0px 5px 0px #262498,
        0px 7px 0px #262498,
        0px 10px 0px #262498,
        5px 13px 0px #00000074;
        /* border: 2px solid red; */
}

h2{
    color: #262498;
}
