h1 {
    font-size: 21px;
    font-weight: bold;
    line-height: 27px;
    margin-bottom: 24px;
    margin-top: 50px;
}

body {
    font-family: 'aktiv-grotesk', sans-serif !important;
    color: #241E12;
    background: #F2F4F5;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centered-div {
    background-color: white;
    margin: 50px auto;
    padding: 20px;
    width: 80%;
    max-width: 600px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    border-radius: 10px;
}

li {
    margin-bottom: 20px;
}
