@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:50px;
  position:relative;
  left: 50%;
  transform: translateX(-50%);
}

.albastru .continut {
  position:absolute;
  bottom:10px;
}
.portocaliu .continut {
  position:absolute;
  top:-12px;
}
div.portocaliu{
  color:#023047;
  background-color:#ff6600;
  width:100%;
  height:50%;
  padding:0px !important;
}
div.albastru {
  color:#ff6600;
  background-color:#023047;
  width:100%;
  height:50%;
  padding:0px !important;
}
div.card_body {
            background: #CFCDCC;
            text-align: center;
            vertical-align: middle;
            padding: 16px;
        }

        img.widget-RisCo {
            border-radius:5px;
            box-shadow: 3px 3px 12px #00000025;
        }