#profile{display:flex;flex-direction:row;justify-content:space-between}#about{width:70%;display:flex;flex-direction:column;justify-content:space-between}#updates{background-color:rgba(169,169,169,.1);padding:10px}#updates h1{margin-bottom:0}#updates h2{margin-top:0;font-size:medium}#info{width:25%;max-width:200px;display:flex;flex-direction:column;align-items:center}#info a{color:green;margin:3px auto}#info a:hover{color:#32cd32}#twitch-information{background-color:rgba(82,60,124,.15)}#twitch-information a{background-color:#6441a5;color:#fff}#twitch-next-stream{text-decoration:underline dotted gray}#youtube-information{background-color:rgba(145,50,47,.15)}#youtube-information a{background-color:#c00000;color:#fff}.social-media{text-align:center;width:100%;display:flex;flex-direction:column;margin:5px 0;padding-bottom:7px}.social-media img{width:auto;height:32px;padding-top:15px;padding-bottom:5px}.social-media a{margin:3px 0;padding:15px 20px;text-decoration:none}@media only screen and (max-width:720px){#profile{flex-direction:column}#about{width:100%;margin:5px auto}#info{width:100%;max-width:none;margin:5px auto}#twitch-next-stream{text-decoration:none}.social-media img{height:64px}}