body {
    margin: 0;
    padding-top: 0;
    background-image: url('images/background_img.svg');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #DCDCDC;
    height: 99vh;
}