* {
    box-sizing: border-box;
    font-family: 'Playpen Sans', cursive;
}

.aktivity-cyklus { 
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}

.aktivita-cyklus {
    margin-top: 10px;
    margin-right: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    background-color: orange;
    border-radius: 30%;
    text-align: center;
    border: solid;
    width: 30%;
    min-height: 150px;
}

.detail {
    color: white;
    text-decoration: none;
    font-size: 5vh;
    text-align: center;

}

#pridat-aktivitu {
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    height: 70px;
    width: 150px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: rgb(49, 177, 232);
    border: solid 1px black;
    border-radius: 50%;

}

.eventy {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.eventy a {
    text-decoration: none;

}