body { margin: 0 auto; background: #eceee4; height: 100vh; }
.wrapper { width: 100%; margin: 0 auto; text-align: center; display: flex; align-items: center; justify-content: center; height: 100%; position: relative; }
.wrapper .logo { width: 300px; height: auto; margin: 0 auto 30px auto; }
.wrapper h1 { font-family: 'Public Sans', sans-serif; color: #333; font-size: 26px; line-height: 36px; letter-spacing: 1px; margin: 0 auto 30px auto; font-weight: 800; text-transform: uppercase; }
.wrapper .artist { height: 150px; width: auto; margin: 0 20px 20px 20px; transition: .2s; opacity: 0.7; }
.wrapper .artist_link { height: 150px; width: auto; display: inline-block; }
.wrapper .artist_link:hover .artist { transform: rotate(10deg); }