html {
    z-index: 0;
    font-family: "SF Pro", serif;
    font-weight: 400;
    font-style: normal;
    color: white;
    background-image: url("images/cogecha-shallow-water.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-size: 1vw;
}
body {
    margin: auto;
    text-align: center;
}

a {
    color: white;
}

.logo {
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    border: white solid 0.1rem;
    background-image: url("images/cogecha-re-new-memory.jpg");
    background-size: cover;
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.box {
    width: 30rem;
    border: white solid 0.1rem;
    border-radius: 0.5rem;
    padding: 1rem;
    margin: 3rem auto 3rem auto;
    position: relative;
    background-color: rgba(255,255,255,0.1);
    backdrop-filter: blur(0.25rem);
}

.code {
    font-family: "SF Mono", monospace;
    font-weight: 400;
    font-style: normal;
    font-size: 0.85vw;
    background-color: black;
}