body {
    /* background-image: url("/img/Background-img.jpg"); */
    background-color: #03092d;
    
    
}

.main {
    background-image: url("/img/Background-img.jpg");
    width: 100%;
    height: 1000px;
    /* height: 100vh; */
    background-position: center;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 200px;
}