body{
    background-image: url("../images/21\ \(4\).png");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

/* .bord{
    border: 1px solid grey;
} */