body {
    background-image: url(./raw.png);
    background-attachment: fixed;
    background-color: rgba(5, 5, 5, 0);
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    justify-content: center;
    height: 100vh;
    margin: 0;
    font-family: "Gilroy", bold;
}
