body
{
    display:flex;
    align-items: center;
    justify-content:center;
    margin-top: 10%;
}
main
{
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 400px;
    width: 300px;
    border:solid 1px #4895EF;
    border-radius: 10px;
    background-color: #4895EF;
    align-items: center;
    -webkit-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
    box-shadow: 8px 8px 24px 0px rgba(66, 68, 90, 1);
}
article
{
    display: flex;
    flex-direction: column;
    justify-content: center;     
    align-items: center;

}
.nu
{
    display: flex;
    justify-content: space-between;
}

.numer
{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 30px;
    margin: 3px;
    border: solid 1px #480CA8;
    border-radius: 10%;
    background-color: #480CA8;
    color:#F72585;
    font-family: 'Oswald', sans-serif;
    animation-duration: 1s;
    animation-name: smoothShow;
    user-select: none;
    cursor: pointer;
}
.numer:hover
{
    background-color: #1f0647fb;
}
header
{
    background-color: #480CA8;
    display: flex;
    justify-content: flex-end;
    color: #480CA8;
    border: solid 1px #480CA8;
    width: 75%;
    height: 55px;
    border-radius: 10px;
    padding: 5px;
    font-family: 'Oswald', sans-serif;
}
#liczba
{
    padding: 5px;
}
@keyframes smoothShow {
    from
    {
        color: white;
        background-color: white;
    }
    to
    {
        color:#F72585;
        background-color: #480CA8;
    }
}
.res
{
    display: flex;
    align-self:flex-end;
}
.pierw
{
    visibility: hidden;
    position: relative;
    display: flex;
    justify-content: space-around;
    margin-left: 47px;
    border: solid 1px black;
}
