@charset "UTF-8";
/* CSS Document */

.rights::before {
	font-family: quasimoda, sans-serif;
    font-size: 16px;
    font-style: normal;
	font-weight: 100;
    color: rgba(255,255,255,1.00);
	position: relative;
	content: "© 2020-2024 by Michał Maksymowicz. All rights reserved.";
}

