:root {
 --cassiopeia-color-primary: #790589;  
}

.mv-button{
  
  background-color:#790589;
  color:#fff;
  border-radius:5px;
  padding: 5px 15px;
  transition: all 0.2s ease-in-out 0s;  
  width: 250px;
  
}

.mv-button:hover {
  
  background-color: #ff0000;  
}

footer div.mod-footer {
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 768px) {
  footer div.mod-footer {
    flex-direction: row;
  }
}