.h1 {
    font-size:38px;
    background:black;
    color:rgb(255, 255, 255);
}
.a {
    color:#41FDFE;
    font-size:28px;
}
#body {
    background:black;
}
.t{
    color:white;
}
img.blur-filter {
    filter: blur(4px);