@charset "utf-8";#presentation{position:fixed;top:0;left:0;z-index:999;width:100vw;height:100vh;background-color:white;opacity:1;visibility:visible;}#presentation #big_logo{animation:expand 6s forwards;}#presentation #big_logo .title{color:#0f2f81;}@media screen and (max-width:999px){@keyframes expand{from {transform:scale(.6);}to {transform:scale(.8);}}}@media screen and (min-width:1000px){@keyframes expand{from {transform:scale(1);}to {transform:scale(1.5);}}}