body {
    margin:auto;
    padding-top:5rem;
    font-family: "Nunito Sans", sans-serif;
    font-size: 110%;
    background-attachment: fixed;
    background-image: url('/images/bg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
