.container {
  height: 100%;
  width: 100%;
}



.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  flex-direction: column;
  height: 450px;
  width:990px;
  margin: auto;
}