.content {
    margin: auto;
    width: 50vw;
    padding: 10px;
}

@media all and (max-device-width: 600px) {
  .content {
    width:80vw;
  }
}