@layer swift3 {.spinner { animation: 1s ease-out 0s 1 normal none running spin; }@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }#outer-container { text-align: center; }#container { display: inline-block; height: 100px; }#text { float: left; height: 100px; line-height: 100px; font-size: 3rem; font-family: Montserrat, sans-serif; font-optical-sizing: auto; font-weight: 400; font-style: normal; padding: 0px 0.4em 0px 0.2em; letter-spacing: 0.06em; color: rgba(38, 122, 72, 0.86); }@media (min-height: 180px){#outer-container { margin-top: 0px; }}@media (min-height: 360px){#outer-container { margin-top: 5%; }}@media (min-height: 540px){#outer-container { margin-top: 10%; }}@media (min-height: 720px){#outer-container { margin-top: 20%; }}html{opacity:1}}