html {
  width:100%;
  height:100%;
}

body {
  background-color: #0cbbee;
  color: white;
  font-family: rotis-sans-serif;
  font-size: 24px;
  width:100%;
  height:100%;
  padding: 0;
  margin: 0;
}

.logo {
  position: absolute;
  top: 40px;
  right: 60px;
  width: 110px;
  height: 33px;
}

.cool-bg {
  position: absolute;
}

.content-text {
  padding: 40px;
}

/* large screen */
@media only screen and (min-width: 769px) {
  .content {
    width: 100%;
    height: 100%;
    min-height: 400px;
    padding: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .content-text {
    padding: 240px 100px 160px 220px;
  }
}
