body {
    font-family: Arial;
    font-size: 14pt;
    margin-left: 30px;
    margin-right: 30px;
}

h1 {
    text-align: center;
}

div.anleitung {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 30000;
    width: 100%;
    text-align: right;
}

div.google-calendar {
    width: 100%;
    height: 900px;
}

p {
    text-align: justify;
}

code {
    color: #ff4444;
    background-color: #dddddd;
    padding-left: 5pt;
    padding-right: 5pt;
    border-radius: 4pt;
}

p.content-warning {
    font-style: italic;
}
