html, body, #cesiumContainer {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
body{
    background-color:#ffe4ff;
}
@media only screen and (max-width: 758px) {
    .header{
        font-family:'Leckerli One', cursive;
        position: absolute;
        top: 20%;
        left: 27%;
        font-size : 3em;
        font-weight: lighter;
        color: #ffb108;
        width: 360px;

    }
}
@media only screen and (min-width: 759px) {
    .header{
        font-family:'Leckerli One', cursive;
        position: absolute;
        top: 17%;
        left: 27%;
        font-size : 4em;
        font-weight: lighter;
        color: #ffb108;
    }
}
.calculator{
    position: absolute;
    top: 37%;
    left: 16%;
    height: 48%;
    width: 69%;
    background-color: #ffd4e5;
    border: 22px solid #fbc1dc;
    border-radius: 29px;
    min-width:514px;
    
}
.calculator .radioInputs{
    opacity:1 !important;
    pointer-events:auto !important;
    margin-top: 0.8%;

}
.tip{
    font-family:'Leckerli One', cursive;
    color: #e52f99;

}