@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
    --background: #212121;
    --foreground: #ffffff;
    --foreground-1-4: #ffffff44;
    --foreground-3-4: #ffffff88;
    --color1: #e8b242;
    --color1Light: #e8b242aa;
    --color2: #cf941b;
    --color2Light: #cf941baa;
    --color3: #a3710a;
    --color3Light: #a3710aaa;
    --mainFont: "Roboto", sans-serif;
    --subFont: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}

footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--foreground);
    margin-top: 80px;
    padding-top: 20px;
    padding-bottom: 20px;
    color: var(--background);
}

footer>p {
    font-family: var(--mainFont);
    color: var(--foreground-3-4);
    margin: 10px 10px;
    text-align: center;
}

#footer_socialLinks {
    display: flex;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

footer img.textEmbdedImage {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

footer span {
    display: flex;
}