#wipwarning
{
height: 150px; 
width:  150px; 
border: 1px solid black; 
background-color: #709ccc; 
color: #ffffff;
text-align:center; 
}



body {
    background-image: url(Untitled.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    font-family: "Comic Sans MS", cursive, sans-serif;
    margin: 0;
    padding: 0;
}





#header {
    text-align: center; /* Center the logo */
    
}

#logo {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; /* centers it */
}

#nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: #709ccc; /* Custom navigation bar color */
    border-radius: 0px;
    overflow: hidden;
    justify-content: center; /* Center the navigation text */
    height: 50px; /* Increase the height of the navigation bar */
    outline: #555555;
    outline-width: 3px;
    border: 2px solid #2b2d42;
    margin-top: -10px;
    width: 1000px;
}

#nav ul li {
    display: inline;
    margin-right: 10px;
    
}

#nav a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
    font-size: 24px; /* Increase the font size */
    line-height: 50px; /* Set the line height to match the navigation bar height */
    
}

#content {
    margin-top: 0px;
}

#footer {
    position: absolute;
    bottom: 0;
    left: 0;
    margin-top: 20px;
    text-align: center;
    color: #555555;
    font-size: 10px;
}


.img-with-text {
    text-align: justify;
}

.img-with-text img {
    display: block;
    margin: 0 auto;
}
