/* white you custom css code here. only css code will work */
.footer-top {
  background-color: #003366;
}

.non-copiable {
            -webkit-user-select: none; /* Safari */
            -moz-user-select: none;    /* Firefox */
            -ms-user-select: none;     /* Internet Explorer/Edge */
            user-select: none;   
}