html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body{
    background-image: url('/image/zeeconvert-com.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: rgba(0, 0, 0, 0.8);
    background-blend-mode: overlay;
    color: white;
    margin-top: 200px;
}
a{
    color:bisque;
    text-decoration: none;
}