/*
Copyright (c) 2025 by Vlad Murariu (https://canigetakiss.com)
*/

.credits_container {
    transform: translateY(160px);
    font-size: 15px;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-left: 15px;
}

.credits {
    list-style: none;
}

.credits li {
    margin: 15px;
}

.licence {
    list-style: none;
    font-size: 16px;
    margin: 15px;
    width: 70%;
    text-align: justify;
}
