
html {
    margin:0;
}
body {
    background-color: #000;
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 0 2rem;
    margin:0;
}
body:before {
    content: '';
    background-image: url(../img/Further_Spectral.avif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left:0;
    display: block;
    width: 100%;
    height: 100vh;
    opacity: .5;
    z-index: 0;
}
.container {
    position: relative;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
}
h1 {
    color: #fff;
    font-size: 24px;
    font-family: system-ui;
    font-weight: 200;
}
h1 span {
    display: none;
}
svg {
    fill: #fff;;
}
a {
    text-align: right;
    color: #bbb;
    display: block;
    margin-top: 12px;
}
a:hover {
    color: #fff;;
}