/* Aussehen der Webseite anpassen */

/* Intro */
.hintergrund-name {
    background-color: #76d3ccda;
}

.decoration {
    text-decoration: underline;

}

.zt-name {
    font-size: 5em;
    font-weight: 700;
    margin: 2.5em 0em 2.5em 0em;
}

/* Geburtstag */
.hintergrund-bday {
    background-color: #76d3ccda;
}

.zt-age {
    margin: 0em;
    font-weight: 700;
    font-size: 5em;
}

/* Sommer-Winter */
.hintergrund-sommer-winter {
    background-color: #DAB6C4;
}
.bildrahmen{
    border: solid 4px #9b528f;
}
.zt-sommer-winter {
    margin: 1em 0em 1em 0em;
    font-size: 3em;
    font-weight: bold;
}


/* Berg-Meer */
.hintergrund-berg-meer {
    background-color: #DAB6C4;
}

.zt-berg-meer {
    margin: 1em 0em 1em 0em;
    font-size: 3em;
    font-weight: bold;
}

/* Urlaub */
.hintergrund-urlaub {
    background-color: #9b528f;
}

.kartenrahmen{
    border: #DAB6C4 solid 4px;
}

.zt-urlaub {
    margin: 1em 0em 1em 0em;
    font-size: 3em;
    font-weight: bold;
}


/* Lieblingsfach */
.hintergrund-fach {
    background-color: #B8D8BA;
}

.zt-fach-name {
    font-size: 2em;
    font-weight: bold;
}

.zt-fach-beschreibung {
    font-size: 1em;
    font-weight: normal;
}


/* Lieblingsessen */
.hintergrund-essen {
    background-color: #7d6ed5;
}

.zt-essen {
    font-size: 2em;
    font-weight: bold;
}

.zt-essen-beschreibung {
    font-size: 1em;
    font-weight: normal;
}


/* Lieblingssport */
.hintergrund-sport {
    background-color: #ee9479;
}

.zt-sport {
    font-size: 2em;
    font-weight: bold;
}

.zt-sport-beschreibung {
    font-size: 1em;
    font-weight: normal;
}


/* Lieblingslied */
.hintergrund-lied {
    background-color: #6bd3c9;
}

.zt-lied {
    font-size: 2em;
    font-weight: bold;
}

.zt-lied-beschreibung {
    font-size: 1em;
    font-weight: normal;
}

/* Lieblingsblume */
.hintergrund-blume {
    background-color: #AA4465;
}

.zt-blume {
    font-size: 2em;
    font-weight: bold;
}

.zt-blume-beschreibung {
    font-size: 1em;
    font-weight: normal;
}

/* Lieblingsfarbe */
.hintergrund-farbe {
    background-color: #78b8dd;
}

.zt-farbe {
    font-size: 2em;
    font-weight: bold;
}

.zt-farbe-beschreibung {
    font-size: 1em;
    font-weight: normal;
}

/* Lieblingstier */
.hintergrund-tier {
    background-color: #e995be;
}

.zt-tier {
    font-size: 2em;
    font-weight: bold;
}

.zt-tier-beschreibung {
    font-size: 1em;
    font-weight: normal;
}

/* Liblingspizza */
.hintergrund-pizza {
    background-color: #e3e841;
}

.zt-pizza {
    font-size: 2em;
    font-weight: bold;
}

.zt-pizza-beschreibung {
    font-size: 1em;
    font-weight: normal;
}