body{
    background-color: #e8f1ff;
}

.headline{
    margin-top: 50px;
    margin-bottom: 10px;
}


.content{
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 18px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
    background-color: #fff;

    min-height: 200px;
    margin-bottom: 15px;
}

h1{
    font-weight: bold;
}

small{
    font-size: 80%;
    font-weight: 400;
}