.main-footer {
   background-color: #333; /* Set the background color */
   color: #fff; /* Set the text color */
   padding: 20px; /* Add padding to create space between content and border */
   text-align: center; /* Center align the content */
}

.float-center {
   float: left; /* Float the element to the left */
}

.float-right {
   float: right; /* Float the element to the right */
}

.float-right a {
   color: #fff; /* Set the link color */
}

/* Style the link on hover */
.float-right a:hover {
   color: #ccc;
}

/* Style the version text */
.float-right b {
   color: #fff;
}
