:root {

    /* Colors: */
    --unnamed-color-585858: #585858;
    --unnamed-color-292929: #292929;
    --unnamed-color-161616: #161616;
    --unnamed-color-707070: #707070;
    --unnamed-color-696969: #696969;
    --unnamed-color-ffffff: #FFFFFF;

    /* Font/text values */
    --unnamed-font-family-segoe-ui: Segoe UI;
    --unnamed-font-style-normal: normal;
    --unnamed-font-weight-bold: bold;
    --unnamed-font-size-17: 17px;
    --unnamed-font-size-30: 30px;
    --unnamed-character-spacing-0: 0px;
    --unnamed-line-spacing-22: 22px;
    --unnamed-line-spacing-40: 40px;
    }

    /* Character Styles */
    .unnamed-character-style-1 {
    font-family: var(--unnamed-font-family-segoe-ui);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-bold);
    font-size: var(--unnamed-font-size-30);
    line-height: var(--unnamed-line-spacing-40);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-ffffff);
    }
    .unnamed-character-style-2 {
    font-family: var(--unnamed-font-family-segoe-ui);
    font-style: var(--unnamed-font-style-normal);
    font-weight: var(--unnamed-font-weight-bold);
    font-size: var(--unnamed-font-size-17);
    line-height: var(--unnamed-line-spacing-22);
    letter-spacing: var(--unnamed-character-spacing-0);
    color: var(--unnamed-color-ffffff);
    }





* {
    font-family: 'Segoe UI';
}


body {
    min-height: 100%;

}



/* header /////////////////////////////////////////////////////////////////////////////////////////////*/


header {
    display: flex;
    justify-content: space-between;
    padding-left: 50px;
    padding-right: 50px;
    height: 60px;
    align-items: center;
    /* padding: 50; */
    /* justify-content: center; */
    background: rgba(22, 22, 22, 0.1);
    margin-bottom: 50px;
}
div#menu {
    /* display: flex;
    justify-self: flex-end; */
    text-align: right;
}

#html {
    color: #585858;
    opacity: 1;
}
ul {
    /* justify-content: flex-end; */
    text-transform: uppercase;
    font-size: 20px;
}
ul li {
    color: #585858;
    margin-left: 20px;
    display: inline;
}


/* text /////////////////////////////////////////////////////////////////////////////////////////////*/


.white {
    color: white;
}
.center {
    text-align: center;
}
.bold {
    font-weight: bold;
}
/* main /////////////////////////////////////    Table  /////////////////////////////////////////////////*/

table {
    /* margin-top: auto;
    margin-bottom: auto; */
    margin-left: auto;
    margin-right: auto;
    max-width: 662px;
    border-spacing: 15px 15px;

}
td#title {
    font-size: 30px;
    color: white;
    text-align: center;
    font-weight: bold;
    top: 71px;
    left: 629px;
    width: 662px;
    height: 73px;
    background: var(--unnamed-color-696969) 0% 0% no-repeat padding-box;
    border: 1px solid var(--unnamed-color-707070);
    background: #696969 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #000000;
    border: 1px solid #707070;
    border-radius: 11px;
    opacity: 1;
    /* color: white;
    background-color: #696969; */
}
td#subtitle {
    margin-top: 100px;
    font-size: 17px;
    color: white;
    text-align: center;
    font-weight: bold;
    top: 158px;
    left: 629px;
    width: 662px;
    height: 53px;
    padding-left: 60px;
    padding-right: 60px;
    /* background: var(--unnamed-color-696969) 0% 0% no-repeat padding-box; */
    border: 1px solid var(--unnamed-color-707070);
    background: rgba(22, 22, 22, 0.4);
    /* box-shadow: 0px 3px 6px #000000; */
    border: 1px solid #707070;
    border-radius: 11px;
    opacity: 1;

}

.content {
    border: 1px solid #161616;
    /* top: 221px;
    left: 629px;
    width: 229px; */
    height: 73px;
}
tbody {
    /* display: block; */
    border-spacing: 10px 100px;
}

td.second {

    color: #707070;
    font-size: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

tfoot {
    /* margin-top: 20px; */
    padding-top: 20px;
    border-s
    color: ;
    top: 968px;
    left: 629px;
    width: 662px;
    height: 41px;
    background: var(--unnamed-color-696969) 0% 0% no-repeat padding-box;
    border: 1px solid var(--unnamed-color-707070);
    background: #696969 0% 0% no-repeat padding-box;
    box-shadow: 0px 3px 6px #515050A3;
    border: 1px solid #707070;
    border-radius: 11px;
    opacity: 1;
}
td {
    border-radius: 11px;
}

/* Footer */

footer {
    background: rgba(22, 22, 22, 0.1);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: lighter;
    text-align: center;
    display: flex;
    /* align-items: center; */
    height: 50px;
    /* background-color: #161616 ; */
    justify-content: center;

    margin-top: 50px;
    /* padding-top: auto; */
    /* padding-bottom: auto; */
}
p {
    font-size: 15px;
    margin-top: auto;
    margin-bottom: auto;
}
