h1, p{
    color: white;
}

:root{
    --warning-background-image: red;
    --warning-text-color: white;
}

#profile{
    position: fixed;
    background: url("https://file.garden/ZUECjFMKnEU1c8Pc/bb6222aca7114abe60368811e406e982.gif");
    z-index: 100;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    font-size: 150%;
    overflow-y: scroll;
}

#profile::-webkit-scrollbar { 
    display: none;
}

#profile > * {
    width: 100%;
    max-width: 700px!important;
    display: block;
    margin: auto;
}

#profile:target {
    opacity: 0;
    visibility: hidden;
}

#profile > ul {
    padding: 10px 50px;
    border: 5px double #111111;
    border-radius: 20px;
    background-color: #39ff14;
}

.grayscale { 
    filter: grayscale(100%); 
}