@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:700);
html, body{
    height: 100%;
    margin:0px;
    overflow:hidden;
}

div {
  font-family: 'Roboto Slab', serif;
  font-size:180px;
  position:relative;
  left: 50%;
  transform: translateX(-50%);
}

.albastru .continut {
  position:absolute;
  bottom:-48px;
}
.portocaliu .continut {
  position:absolute;
  top:-12px;
}
div.portocaliu{
  color:#023047;
  background-color:#fb8500;
  width:100%;
  height:50%;
  padding:0px !important;
}
div.albastru {
  color:#fb8500;
  background-color:#023047;
  width:100%;
  height:50%;
  padding:0px !important;
}
