.title {
    font-size: 38px;
    font-family: 'Oxygen', sans-serif;
    text-align: center;
}
.border {
    display: inline-block;
    border: 4px solid #43f7ee;
    border-radius: 13px;
    padding: 8px 25px 10px;
}
.centered {
    text-align: center;
}
.box {
    max-width: 600px;
    margin: 30px auto;
    padding: 0px 5px;
}
.font {
    font-family: 'Oxygen', sans-serif;
    font-size: 18px;
    color: black;

}
.list {
    margin-top: 5px;
}
.titlesmall {
    font-size: 24px;
    font-weight: bold;
}