.footer{width:100%;height:60px;display:flex;justify-content:space-between;align-items:center;padding:0 5rem;flex:1;font-size:.8rem;margin-bottom:1rem}.email,.footer a:nth-child(2n){transform:rotate(8deg)}.footer a:nth-child(odd){transform:rotate(-8deg)}.footer a:active,.footer a:focus,.footer a:hover{text-decoration:underline}.social{width:40%;display:flex;justify-content:space-between}@media (max-width:600px){.footer{padding:2rem;flex-wrap:wrap;justify-content:center}.email{transform:none;margin-bottom:2rem}.social{width:100%}}