html { background: linear-gradient(to right, #00FFFF, #dcdcdc, #dcdcdc, #dcdcdc, #dcdcdc, #dcdcdc, #00FFFF); } h2 { word-wrap: break-word; } .Button { margin-top: 30px; border-style: solid; border-width: 1px; width: 100px; height: 100px; } body { margin: 0px; text-align: center; } section { display: flex; flex-wrap: wrap; } div:not(.Posts) { margin-left: auto; margin-right: auto; margin-bottom: auto; border-style: solid; border-width: 2px 0; width: 49%; } #stick { position: sticky; top: 0; } img { width: 20vh; height: 20vh; } footer { display: flex; justify-content: center; height: 20vh; } /* Mastodon things */ .Trees { display: flex; justify-content: center; flex-wrap: wrap; } .Entry { border-left: 2px solid; border-right: 1px dashed; border-top: 2px solid; border-bottom: 2px solid; } .Exitry { border-left: 1px dashed; border-right: 2px solid; border-top: 2px solid; border-bottom: 2px solid; }