body {
    background-color: #badbad;
    font-family: 'Roboto', sans-serif;
}

.ueberschrift {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 48px; /* Added px unit */
    color: #196f91;
}

.schrift {
    color: #196f91;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: normal;
    font-size: 16px; /* Added px unit */
}

.eingabefeld {
    height: 20px;
    width: 200px;
    border: thin;
    border-radius: 4px;
}

.datumFeld {
    height: 20px;
    width: 100px;
    border: thin;
    border-radius: 4px;
}

.farbFeld {
    height: 20px;
    width: 40px;
    border: thin;
    border-radius: 4px;
}

.speichernButton {
    background-color: #196f91;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    height: 300px;
    width: 1000px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.15s;
}

.speichernButton:hover {
    background-color: #0c5674;
}

.speichernButton:active {
    opacity: 0.5;
}

.button {
    background-color: #196f91;
    color: white;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    height: 100px;
    width: 600px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: background-color 0.15s;
    text-align: center;
}

.content .card .user {
    width: 1000px;
    height: 1000px;
    object-fit: cover;
    border-radius: 60px;
    box-shadow: 0 1px 10px 0 rgba(0, 20, 20, 0.5);
}

.content .card .user .profile {
    position: relative;
    bottom: 130px;
    left: 20px;
}

.content .card .user .name {
    color: #fff;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-shadow: 1px 1px 5px #444;
}

.content .card .user .name span {
    font-size: 100px;
}

.content .card .local {
    display: flex;
    align-items: center;
    padding: 0 0 20px 0;
}

.content .card .local i {
    margin: 5px 0;
    color: #fff;
}

.content .card .local span {
    color: #fff;
    padding: 0 10px;
    text-shadow: 1px 1px 5px #444;
}

.Inhalt {
    font-size: 60px;
    font-weight: 1000;
    letter-spacing: 0.5px;
    color: #363333;
}

/* Added new rule for namendiv class */
.namendiv {
    font-size: 40px; /* Adjust the font size as needed */
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #196f91;
}
