a {
    text-decoration: none;
}

p {
    display: inline-block;
    background-color: #d0b;
}

h1 {
    font-size: 5em;
}

#svg {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    opacity: 10%;
    z-index: -1;
}