body {
  background: linear-gradient(#2c67af,#32bad9);
  height: 100vh;
  margin: 0;
  padding: 0;
}

.header {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #333333;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header h1 {
  padding-right: 160vh;
  margin: 0;
  font-size: 18px;
  display: inline-block;
  color: #ffffff;
}

.image {
  width: 50px;
}

.buttons {
  display: flex;
}

.buttons a {
  color: white;
  text-decoration: none;
  cursor: pointer;
  font-size: 18px;
  margin-left: 10px;
}

.buttons a:hover {
  color: #32bad9;
}

.left-text {
  position: absolute;
  top: 10vh;
  left: 1vh;
  color: black;
  font-size: 18px;
}