body{
margin:0;padding:0;
background:#99D8FF;
color:#233138;
user-select:none}
.container{
width:min(150vh,100vw);
height:100%}
*{outline:none}
.head{
height:80vh;font-size:5vh;
background:#99D8FF}
.head,.error,.actions{
width:100%;box-sizing:border-box;
display:flex;text-align:center;
justify-content:center;
align-items:center}
.error{
background:#FF9F67;
position:absolute;
top:0;bottom:0;
left:0;right:0;
z-index:5;
flex-direction:column}
.actions{
height:20vh;
position:relative;
background:#4C646B;
border-top:1px solid #CCC9D1;
border-radius:10vh 10vh 0 0}
.actions>button{
height:10vh;
width:10vh;
padding:0;border:0;
margin:0;background:#FFF7F5;
border-radius:10vh;
margin-right:5vh;
display:inline-flex;
justify-content:center;
align-items:center}
button:last-child{margin:0!important}
.load{display:none!important}
