body { background: white; display: flex; align-items: center; justify-content: center; height: 90%; }
#c { margin: auto; padding: 30px 0; }
#u { width: 256px; height: 256px; }
#s {}
#l, #r { width: 108px; height: 108px; margin: 10px; }
#l { float: left; background: url(vk.png); background-size: contain; }
#r { float: right; background: url(instagram.png); background-size: contain; }
