
#cover {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 400px;
  background-size: cover;
  background-image: url(../img/suc2019key-cover.jpg);
  background-repeat: no-repeat;
  background-position: center;
}