.text {
font-size: 12px;
}


.titel {
font-weight: bold;
font-size: 13px;

}

p {
font-weight: bold;
text-decoration: underline;
font-size: 15px;
}

.box1 {
background: #fff;
width: 500px;
padding: 5px;
border: 1px dashed green;
margin-bottom: 10px;
}


