* {
  margin: 0;
  padding: 0;
}

.container {
  width: 100%;
  height: 100vh;
  font-family: sans-serif;
  background: url("aber.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}