.Button { margin-top: 30px; border-style: solid; border-width: 1px; width: 100px; height: 100px; } body { margin: 0px; text-align: center; } footer { display: flex; justify-content: center; height: 5vh; } /* Mastodon things */ .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; }