body {
    font-family: "Comic Sans MS", sans-serif;
    background-color: #f4f4f4;
    margin: 0;
    padding: 0;
}

header {
    background-color: #BF212A;
    color: white;
    text-align: center;
    padding: 40px;
}

section {
    background: white;
    margin: 20px auto;
    padding: 20px;
    width: 80%;
    border-radius: 8px;
}

h2 {
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}

.job, .schule {
    margin-top: 10px;
}

span {
    color: gray;
    font-size: 14px;
}

ul {
    list-style: square;
}

footer {
    text-align: center;
    padding: 15px;
    background: #BF212A;
    color: white;
    margin-top: 20px;
}
.profilbild {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin-bottom: 10px;
}
