body {
    backdrop-filter: blur(0.4rem);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.wip_badge{
    z-index: 2;
    text-align: center;
    position: absolute;
    padding: 0rem 1rem;
    top: 2vh;
    right: 2vw;
    border-style: double;
    background-color: rgb(230, 244, 247, 0.6);
}

.aboutme{
    margin-top: 5rem;
    margin-bottom: 3vh;
}

a {
    color: white;
}

a:hover {
    color: lightgray
}

.puter{
    top: 30vh;
    left: 8vw
}

.dead{
    top: 80vh;
    right: 8vw
}

.leaving{
    top: 120vh;
    left: 8vw;
}