body,
html {
  height: 100%;
  margin: 0;
}

.main {
  background-image: url("vaade.png");
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.main-button {
  width: 200px;
  height: 100px;
  float: right;
  position: absolute;
  top: 50%;
  left: 70%;
}

.main-button button {
  border: none;
  background-color: #aaff00;
  color: black;
  padding: 15px 32px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

.main-logo {
  position: absolute;
  top: 86%;
  left: 85%;
}

.main-text {
  position: absolute;
  top: 45%;
}
