main{color:#003051;display:flex;flex-direction:column;align-items:flex-end;text-align:right;height:100vh}main img{vertical-align:bottom}main p{margin:0;padding:0}main .content{z-index:1;max-width:20vw;min-width:300px;height:100%;display:flex;flex-direction:column;justify-content:space-between;transition:all .3s ease-in-out;font-size:18px}@media screen and (max-width:720px){main .content{margin:0 auto;text-shadow:1px 1px 1px rgba(0,48,81,.5)}}main .wrapper{padding:16px}main .header,main .infos{border-radius:16px;background-color:rgba(246,209,49,.5);box-shadow:0 1px 3px rgba(246,209,49,.12),0 1px 2px rgba(246,209,49,.24)}main .header{text-align:center;padding-bottom:16px}main .header .logo{z-index:1}main .header p:first-of-type{font-size:22px;margin-bottom:16px}main .header img{width:100%;height:auto}main .infos{padding:10px}main .segments{padding-right:24px;margin:16px 0}main .background-img{position:fixed;bottom:0;left:0;right:0}main .bg{z-index:0;position:fixed;top:-50%;left:-50%;width:200%;height:200%}main .bg img{position:absolute;top:0;left:0;right:0;bottom:0;margin:auto;min-width:50%;min-height:50%}