body {
    margin: 0;
    padding: 0;
}

.home-bg {
    background-image: url('sunset.jpg');
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: blue;
    text-align: center;
    margin: 0;
    padding: 0;
}