.FOOTER{
  display: flex;
  align-items: center;
  justify-content: center;

  width: 100%;
  height: 40px;
  
  border-top: 1px solid rgba(128, 128, 128, 0.155);
}

.FOOTER p{
  font-weight: bold;
}