.navbar{
    background-color: #CC2B52;
}
body {
    margin: 0; /* Remove default margin */ /* Set height to 100% of the viewport height */
    width: 100vw; /* Set width to 100% of the viewport width */
    background-image: url(images/signupbg.jpg); /* Your background image */
    background-repeat: no-repeat; /* Prevent image repetition */
    background-size: cover; /* Scale the image to cover the entire area */
    background-position: center; /* Center the image */
}
