main{flex-direction:column;align-items:center}#hero,main{display:flex}#hero{justify-content:space-around;align-items:flex-start;margin-top:2%;width:100%}#hero .welcome-box{margin:4% 0 0;box-sizing:border-box;width:35%;padding-top:10%;position:relative;aspect-ratio:5/4;border-radius:15px;background-color:var(--sun-yellow);box-shadow:0 8px 0 0 var(--yellow-shadow);display:flex;flex-direction:column;justify-content:flex-start;align-items:center}#hero .welcome-box img{position:absolute;width:25%;top:0}#hero .welcome-box img:first-of-type{left:-6.5%;transform:rotate(-24deg);top:5%}#hero .welcome-box img:nth-of-type(2){left:9.5%;transform:rotate(-10deg);top:-6%}#hero .welcome-box img:nth-of-type(3){left:23.5%;top:-8%}#hero .welcome-box img:nth-of-type(4){left:50%;top:0;width:35%;transform:translate(-50%,-50%)}#hero .welcome-box img:nth-of-type(5){right:23.5%;top:-11%}#hero .welcome-box img:nth-of-type(6){right:7%;transform:rotate(10deg);top:-4%}#hero .welcome-box img:nth-of-type(7){right:-6.5%;transform:rotate(20deg);top:5%}#hero .welcome-box h2{font-size:300%;font-weight:400;line-height:100%;color:#565137}#hero .welcome-box h2:nth-of-type(2){font-size:200%;line-height:170%}#hero .welcome-box h2:nth-of-type(3){font-size:450%;line-height:135%}@media screen and (orientation:portrait){#hero #topTags,#hero .welcome-box{display:none}}#topTags{box-sizing:border-box;width:25%;padding:.2% 1%}