@charset "utf-8";

footer {
    padding-top: 16px;
	display: flex;
    flex-direction: column;
    gap: 8px;
    border-top: 1px dotted #666;
    * {
        font-size: 1.6rem;
        text-align: center;
    }
    .about {
        display: flex;
        width: 100%;
        gap: 16px;
        justify-content: center;
    }
}

