@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300&display=swap');

* {
    font-family: 'Lato', sans-serif;
}

body {
    height: 100%;
    width: 100%;
}

/* Überschrift */
.myMenu {
    text-transform: uppercase;
    text-align: center;
    alignment: center;
    align-self: center;
    font-size: 30px;
    color: #FFD700;
    letter-spacing: 15px;
    margin-bottom: 40px;
}

.myMenuText {
    text-transform: uppercase;
    text-align: center;
    alignment: center;
    color: #FFD700;
    font-size: 12px;
    letter-spacing: 4px;
}

.myFlexbox {
    height: 140px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    border: 1px solid #FAFAD2;
    border-radius: 7px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Beschreibung auf Flexbox */
.flexboxText {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    letter-spacing: 8px;
}

.info {
    color: #FFD700;
    text-align: center;
    alignment: center;
}

/* unvisited link */
a:link {
    color: #FFD700;
}

/* visited link */
a:visited {
    color: #FFD700;
}

/* selected link */
a:active {
    color: #1d2124;
    text-decoration: none;
}

.mheader {
    background: #1d2124;
    color: white;
}

.mbody {
    background: #1d2124;
}

.myTable {
    text-align: left;
    color: #fff;
    background: #1d2124;
}

.spaltenName {
    color: #FFD700;
}

#logo {
    display: block;
    margin: 25px auto 10px;
    width: 298px;
    height: 160px;
}