@media screen and (max-width:400px){.row{flex-shrink:0;flex-direction:column;justify-content:center}}@media screen and (max-width:950px){.row{flex-shrink:1}}.row{display:flex;flex-direction:row;justify-content:space-evenly}.linkIcon{width:100px;height:100px}.row h1{text-align:center;font-family:"Arial Black",serif;padding:10px}.tooltip{position:relative;display:inline-block;border-bottom:1px dotted #000}.tooltip .tooltiptext{visibility:hidden;width:120px;background-color:#000;color:#fff;text-align:center;border-radius:6px;padding:5px 0;position:absolute}.tooltip:hover .tooltiptext{visibility:visible}*{box-sizing:border-box}body{margin:100px}a{cursor:pointer}#ParentSection h1{cursor:pointer}#ChildSection:hover{border-style:solid;border-color:#000;border-radius:25px}
