body {
  background-image: url("images/landingpagebackground.png");
  background-position: top left;
  background-repeat: repeat;
}
.content {
  width: 800px;
  margin: 500px auto;
  display: flex;
  border-radius: 10px;
  justify-content: center;
}
.content2 {
  width: 400px;
  height: 30px;
  margin: 200px auto;
  display: flex;
  border-radius: 10px;
  justify-content: space-between;
  position: absolute;
}