body{
    background-color: rgba(255, 0, 221, 0.5);;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

.banner{
    text-align: center;
    font-size: 100px;
    color: aliceblue;
    padding-bottom: 90px;
}
.nadpis{
    background-color: rgba(255, 3, 171, 0.726);
    padding: 0px;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: -0px;
    text-align: center;
    color:aliceblue;
}

.header{
    text-align: center;
    color: rgba(255, 0, 221, 0.5);
    background-color: rgba(255, 0, 221, 0.5);
}

.text{
    text-align: center;
    margin: 1.5%;
    font-size: 22px;
    color: rgba(255, 3, 171, 0.726);
}

.flowers{
    padding: 0;
    text-align: center;
    margin-top: 20px;
    
}


.flowers ul{
    list-style-type: none;
    color: aliceblue;
}

.flowers ul li{
    
    display: inline-block;
    margin: 1%;
    background-color: rgba(255, 3, 171, 0.726);
    padding: 1%;
    margin: 1%;
    transition: 0.5s;
    box-shadow: 25px 25px 20px 5px rgb(0, 0, 0,0.5);
    color: aliceblue;
}

.flowers ul li:hover{
    transform: scale(1.2);
    transition: 250ms;
}

.flowers ul li:hover{
    margin: 30px;
    transition: 1,5s;
}

.flowers ul li a{
    width: 30%;
    text-align: left;
    padding-left: 7px;
    padding-top: 7px;
    padding-bottom: 7px;
    display: list-item;
    text-decoration: none;
    font-size: 20px;
    color: aliceblue;
}

.flowers ul li a:hover{
    color: rgba(255, 186, 246, 0.5);
}

.abillities{
    background-color: rgba(255, 3, 171, 0.726);
    color: aliceblue;
    font-size: 130%
}

.cpy{
    text-align: center;
    background-color: rgba(255, 3, 171, 0.726);
    padding: 20px;
    font-size: 15px;
    font-weight: bold;
    width:auto;
    color: rgb(27,25,24,255);
    margin-top: 5%;
    color: rgba(255, 186, 246, 0.5);
    }