html{height:100%;justify-content:center}html,body{display:flex;background-color:#2bb8d5;font-size:19vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.container{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;line-height:.9;font-family:Century,serif}.container img.isLoading{animation:rotating 2s linear infinite}.container img{height:20vh}.tempEntry span{font-size:11vh;display:block}.tempEntry span.degree{font-size:6vh;vertical-align:top;display:inline}.tempEntry.first{margin-top:2vh;margin-bottom:4vh}.date{margin-top:2vh;font-size:2vh;text-align:center}.version{margin-top:2vh;font-size:1.5vh;text-align:center}@keyframes rotating{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
