
* {
  margin: 0;
  padding: 0;
}

html {
  overflow: hidden;
}

.container {
  width: 100%;
  height: 100vh;
  background: url(../images/image.jpg) #fff;
  background-position: bottom;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

div.absolute {
  position: absolute;
  bottom: 50px;
  right: 0;
  width: 200px;
  height: 100px;

}

