
body {
    background-color: #736e60; /* Brown background color */
    font-family: Arial, sans-serif; /* A common readable font */
    color: #00CCFF; /* Link text color */
    margin: 0;
    padding: 0;
}

a {
    color: #00CCFF; /* Link text color */
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* More styles will be added based on the design from the image */

/* Responsive styles can be added using media queries if necessary */

body {
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.container {
    text-align: center;
}
