@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);@import url(https://fonts.googleapis.com/css2?family=Delius&display=swap);@keyframes leftSlide{0%{left:-400px}100%{left:0}}@keyframes rightSlide{0%{right:-400px;font-size:40%}100%{right:0}}@keyframes bottomSlide{0%{bottom:-300px}100%{bottom:0}}@keyframes topSlide{0%{top:-1000px}100%{top:0}}@keyframes textGrow{0%{font-size:40%}40%{font-size:50%}60%{font-size:70%}80%{font-size:80%}}@keyframes elementGrow{0%{width:0%;height:0%}20%{width:5%;height:5%}40%{width:10%;height:10%}60%{width:30%;height:50%}}@keyframes elementHide{0%{box-shadow:none}30%{box-shadow:.1em .1em .1em #5f9ea0,-.1em -.1em .1em #5f9ea0}40%{box-shadow:.1em .1em .1em #5f9ea0,-.1em -.1em .1em #5f9ea0}50%{box-shadow:.1em .1em .1em #f08906,-.1em -.1em .1em #f08906}60%{box-shadow:.1em .1em .1em rgba(43,46,100,.3764705882),-.1em -.1em .1em rgba(43,46,100,.4509803922)}}@keyframes displayHide{0%{color:#fff}70%{color:#5f9ea0}}@keyframes hideElement{0%{display:none}10%{display:none}20%{display:none}30%{display:none}40%{display:none}50%{display:none}60%{display:none}70%{display:none}80%{display:none}90%{display:none}95%{display:none}}*,::after,::before{box-sizing:border-box}.bordern{border:none}body{margin:0;padding:0;font-family:Delius,cursive;background-color:rgba(255,255,255,.2);width:100%;min-height:100vh;display:grid;grid-template-columns:1fr;grid-auto-rows:max-content}body .font-body{font-family:Delius,cursive}body .wrapper1{background-image:url(../images/web-1280.jpg);background-size:cover}body .wrapper{background-image:url(../images/web-1280.jpg);background-size:cover;background-position:center}body .bg-hall{background-color:#2b2e64}body .margin{margin:auto}