header h1{ font-size: 7em; }
header p{ font-size: 4em; }
header h1,
header p{ max-width: 75%; }

#about > :nth-child(2){ width: calc( 34% - 40px ); }
#about > :last-child{ flex: 1; display: flex; justify-content: space-between; margin-left: 50px; }
#about > :last-child > *{ width: calc( 50% - 40px ); }

#about div > a{
    display: block;
    width: 100% !important;
    font-size: 0;
    background: #0E0E10 url(banner-twitch.png) no-repeat bottom center/contain;
    height: 200px;
}

#about article a{
    display: none;
}

#about div{
    align-items: flex-start;
    flex-wrap: wrap;
}