a {
    text-decoration: none;
}

ul {
    &.socials li::after {
        content: "· ";
        font-weight: bold;
    }

    &.socials li:last-child::after {
        content: none;
    }

    margin: 0;
    padding: 0;

    &>li {
        display: inline;
    }
}

body {
    margin-bottom: 90px;
}

.banner {
    border: none;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media (max-width: 727px) {
    .banner {
        transform: scale(0.5) translateX(-50%);
        transform-origin: bottom left;
    }
}
