body{
    background-image: url(Assets/scary.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    width: 100vh;

    background-position: center;
    
    
}