body{
  height: 100vh;
}
.container{
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('logo.png');
  width: 50%;
  height: 100%;
  margin: auto;
}