body{
    background-image: url('/img/bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.boxblur{
    backdrop-filter: blur(10px);
}

.ta{
    color: coral;
}