body {
  background-color: #0c2759;
  color: white;
}

.center-image {
    position: absolute;    
    top: 50%;
    left: 50%;
    transform:translate(-50%,-50%);
}

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}