* {
    box-sizing: border-box;
    font-family: 'Playpen Sans', cursive;
}

.akce-dle-id {
    width: 50vw;
    margin: 20px auto;
}

.akce-dle-id h1 {
    margin-bottom: 30px;
    padding-top: 25px;
    text-align: center;
}

.akce-dle-id h2 {
    margin-bottom: 10px;
    padding-left: 10px;
}

.akce-dle-id p {
    margin-bottom: 30px;
    padding-left: 10px; 
}

.akce-dle-id img {
    width: 30vw !important;
    height: auto !important;
}