:root {
    background-color: rgba(255, 70, 255, 0.254);
}

.header {
    background-color: black;
    color: white;
    width: 100%;
    height: 20pt;
    text-align: center;
    justify-content: center;
}

.header_title {
    font-size: 14pt;
}

.language-selector-label {
    text-align: left;
}
.language_selector {
    background: none;
    border: 1px rgb(0, 106, 113) solid;
    color: rgb(0, 66, 66);
}

.welcome_text {
    background-color: rgba(48, 19, 93, 0.458);
    text-align: center;
}

.container {
    padding: 8px;
    margin: 5px;
    background-color: rgba(145, 77, 255, 0.458);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18pt;
    font-weight: bold;
}

.fts {
    background-color: black;
    color: white;
    width: 100%;
    padding: 10px 0;
    /* Replaces the calc height - cleaner */

    /* Use this to pin it to the absolute bottom of the viewport */
    position: fixed;
    bottom: 0;
    left: 0;

    text-align: center;
}

.footer_text {
    margin: 0;
    /* Prevents paragraph margins from stretching the black bar */
}
img {
    display: block;
}

.link_container {
    background-color: #39009537;
}

.link_w_icon_header {
    border-left: 3px magenta solid;
    background-color: rgb(51, 0, 99);
    color: white;
    font-size: 22pt;
    margin-left: 22;
    margin-right: 22;
    margin-bottom: 25;
    margin-top: 25;
    text-align: center;
}

.link_w_icon {
    border-left: 3px magenta solid;
    display: flex;
    align-items: center;
    gap: 8px;
}

.link_w_icon img {
    display: inline;
    flex-shrink: 0;
}

.link_w_icon p {
    padding-left: 5px;
    margin-bottom: 16px;
    text-align: center;
    justify-content: center;
}