@media only screen and (max-width: 600px) {
.center-content {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
width: 100%;
height: 100%;
flex-direction: column;
}
}