* {
    padding: 0px;
    margin: 0px;
}

h4 {
    font-weight: 400;
    font-size: 1.5em;
}

a:visited {
    color: #cbc2c4;
}

a:hover {
    color: red;
}

body {
    background-image: url('zebra.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 100vh;
}

svg {
    display: block;
    width: 100vw;
}

text {
    font-weight: bold;
    color: #cbc2c4;
}

p {
    margin-left: 2rem;
    color: #cbc2c4;
}