.logo {
  width: 480px;
  max-width: 90vw;
  max-height: auto;
  height: 115px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.fullscreen {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  overflow: hidden;
  background-color: #ece9e4;
}

.toplayer {
  position: relative;
  z-index: 50;
  width: 100%;
  height: 100%;
}

.bottomline {
  font-size: 14px;
  color: #0e1430;
  width: 100%;
  max-width: 80vw;
  position: absolute;
  left: 50%;
  bottom: 5vh;
  transform: translateX(-50%);
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: 0.3rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

a {
  color: inherit;
  text-decoration: none;
  margin-top: 1em;
  margin-bottom: 1em;
}

.bottomline span {
  display: block;
  margin: 0 5px;
}

.block-brown {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 56vw;
  height: 70vh;

  background-color: #a97359;
}

.block-yellow {
  position: absolute;
  left: -10vw;
  bottom: 0;
  width: 30vw;
  height: 60vh;
  transform: rotate(20deg);

  background-color: #deb774;
}

.block-blue {
  position: absolute;
  left: 5vw;
  top: -15vw;
  width: 30vw;
  min-height: 500px;
  height: 30vw;
  min-width: 500px;
  border-radius: 100%;

  background-color: #4b6b9a;
}

@media only screen and (max-width: 740px) {
  .bottomline span {
    display: none;
  }

  .bottomline {
    max-width: 40vw;
    bottom: 0;
  }

  .toplayer {
    bottom: 15vh;
  }

  .block-brown {
    width: 50vw;
    height: 50vh;
  }

  .block-blue {
    max-height: 350px;
    max-width: 350px;
    min-height: 350px;
    min-width: 350px;
    height: 350px;
    width: 350px;
    top: -180px;
    left: -50px;
  }

  .block-yellow {
    width: 50vw;
    left: -38vw;
    bottom: 15vh;
    transform: rotate(30deg);
  }
}

@media only screen and (max-width: 560px) {
  .bottomline span {
    display: none;
  }

  .bottomline {
    max-width: 400px;
    bottom: 15vh;
  }

  .toplayer {
    bottom: 10vh;
  }
}
