body {
    background-color: gainsboro;
    background-image: url('./images/background.svg');
    background-repeat: no-repeat;
    background-size: 600% auto;
    background-position: center center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
img {
    width: 15vw;
    height: auto;
}