 @media only screen and (min-width: 0rem) {#social-media {position: fixed;right: 3px;bottom: 3px;display: flex;flex-direction: column;justify-content: space-evenly;z-index: 100;box-sizing: border-box;background: var(--accent);border-radius: 25px;padding-top: 6px;padding-bottom: 6px;box-shadow: 0 0 0.2rem #fff, 0 0 0.1rem #fff, 0 0 1rem var(--primary), 0 0 0.4rem var(--primary), 0 0 1.9rem var(--primary), inset 0 0 0.65rem var(--primary);}#social-media a {width: 30px;height: 30px;margin: 5px;}#social-media a img {width: 100%;height: 100%;}}@media only screen and (min-width: 64rem) {#social-media {left: 0;top: 40%;right: unset;bottom: unset;margin-left: 6px;}}