body {
    background-image: url("/src/background.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}

.test {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: sticky;
}

.blog {
    box-shadow: 0 0 5px 10px rgba(162, 192, 219, 0.3);
}
