*{box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;height:100vh}header{width:33%;height:100vh;position:fixed;padding:190px;padding:10vh 72px 72px;display:flex;flex-direction:column;justify-content:space-evenly}header h1{font-size:85px;width:50%;text-transform:uppercase;letter-spacing:5px}header h3{font-size:30px;font-weight:300}header h3,header p{text-align:justify;margin-bottom:15px}header ul{display:flex;flex-wrap:wrap}header ul li{cursor:pointer;margin-right:7px}header ul li a:link,header ul li a:visited{color:#000;opacity:.5;transition:.75s}header ul li a:hover{opacity:1}main{margin-left:33%}main section{background:linear-gradient(to bottom,rgba(0,0,0,.1) 5%,transparent,transparent,transparent,transparent) #ececec}main section .wrapper{display:flex;padding:40px;align-items:center;justify-content:space-between}main section .wrapper h4{font-size:50px;font-weight:500;letter-spacing:2px;margin-bottom:10px}main section .wrapper h5{font-size:25px;font-weight:250}main img{box-shadow:0 80px 80px -80px #fff,0 0 12px rgba(0,0,0,.06),inset 0 0 0 1px rgba(0,0,0,.2)}