body {    background-color: #182136;    background-image: url('images/bgcdl.jpg');    background-position: top center; /* Center the image */    background-repeat: no-repeat; /* Do not repeat the image */    background-size: cover;}@media screen and (max-width: 1024px) {    .footertext {        font-size: 11px;    }}.hidden {    display: none;}.btn-rounded {    border-radius: 50px;}