body {
    margin: 0;
    padding: 0;
    background-image: url('/assets/images/bg1.jpg');
    background-size: 50%;
    background-position: center;
    background-repeat: repeat;
    height: 100vh;
}
