@import url(https://fonts.googleapis.com/css2?family=Krona+One&display=swap);body,html{padding:0;margin:0;font-family:Krona One,sans-serif,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue;overflow:hidden;overflow-wrap:break-word}::selection{color:#000;background:transparent}a{color:inherit;text-decoration:none}*{-webkit-box-sizing:border-box;box-sizing:border-box}.pointer{cursor:default}.pointer:hover{cursor:pointer}.blob-base{width:36px;height:108px;border-radius:50%;text-align:center;-webkit-transition:.3s;transition:.3s;position:absolute;left:32px;border:1px solid #000}.blob-small{-webkit-transition:.2s;transition:.2s}.blob-small:hover{width:56px;height:108px}.text-hide{color:transparent}.text-show{color:#000;padding-left:100px;padding-right:100px;-webkit-transition:color 1.2s;transition:color 1.2s}.blob-green{background-color:green;top:calc(50% - 48px)}.blob-blue{background-color:#00f;top:calc(32% - 48px)}.blob-red{background-color:red;top:calc(68% - 48px)}.blob-big{width:500px;height:500px;left:calc(50vw - 250px);top:calc(50vh - 250px);border:2px solid #000}@media only screen and (max-width:600px){.blob-base{width:88px;height:32px;border-radius:50%;text-align:center;-webkit-transition:.3s;transition:.3s;position:absolute;top:90vh;border:1px solid #000}.blob-small{-webkit-transition:.16s;transition:.16s}.blob-small:hover{width:88px;height:40px;top:calc(90vh - 8px)}.text-show{color:#000;padding-left:25px;padding-right:25px;-webkit-transition:color 1.2s;transition:color 1.2s}.blob-green{background-color:green;left:calc(50% - 44px)}.blob-blue{background-color:#00f;left:calc(75% - 24px)}.blob-red{background-color:red;left:calc(25% - 64px)}.blob-big{width:260px;height:260px;left:calc(50vw - 130px);top:calc(50vh - 200px);border:2px solid #000}}