        p {
            font-family: Trebuchet MS;
            color: rgba(75, 68, 91, 0.98);
            margin-bottom: 60px;
			font-size: 22px;
            max-width: 600px;
            line-height: 1.6;
            text-align: justify; 
            margin-top: 10px;
        }

h1 {
    font-family: Trebuchet MS;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    background: linear-gradient(90deg, #bbdc78 25%, #95c2e6 60%, #eca2c9 70%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} 

        h2 {
            margin-bottom: 5px;
			font-weight: bold;
			font-family: Brush Script MT;
			font-size: 40px;
            color: black;
            letter-spacing: 1px;
            word-spacing: 5px;
            margin-top: 90px;
        }

.gruen {
    color: #7c9e37;
}

.blau {
    color: #4b8cc0;
}

.rosa {
    color: #ca5794;
}

.kursivgruen {
    color: rgb(205, 228, 158);
    text-shadow: 1px 1px 1px #44610a;
}

.kursivblau {
    color: #a6c8e2;
    text-shadow: 1px 1px 1px #113654;
}

.kursivrosa {
    color:#f6a7d1;
    text-shadow: 1px 1px 1px #440a29;
}

body {
    background: linear-gradient(to bottom, #DAF9DE, #CFECF3, #f1d2d5);
}

        
        .text-container {
            max-width: 600px;
            margin-left: auto;
	        margin-right: auto;
            text-align:center;
        }
    
h2, time {
    margin-bottom: 10px;
}

        time {
            display: block;
            font-size: 20;
            margin-bottom: 10px;
			font-family: Courier New;
			font-weight: bold;
            letter-spacing: 8px;
            word-spacing: 15px;
        }
        
.date1 {
    color:#bbdc78;
        text-shadow: 1px 1px 1px #7c9e37;
}

.date2 {
    color:#95c2e6;
    text-shadow: 1px 1px 1px #4b8cc0;
}

.date3 {
    color:#eca2c9;
    text-shadow: 1px 1px 1px #ca5794;
}

.green1 {
    color:#7c9e37;
}

.blue2 {
    color:#4b8cc0;
}

.pink3 {
    color:#ca5794;
}