* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    position: fixed;
    background: chocolate;
}

h1 {
    font-family: 'Gugi', cursive;
    font-size: 100px;
    font-family: monospace;
}

svg {

    width: 500vw;
    height: 500vh;
}

svg path:hover {
    fill: yellow !important;
}
