body {
    background-color: #f0b5ff;
    text-align: center;
}

h1 {
    color: #1e7ffd;
    text-align: center;
    text-transform: uppercase;
    font-size: 80pt;
    margin-top: 20pt;
}

p {
    font-size: 16pt;
}

header * {
    padding: 0;
    margin: 0;
}

header {
    display: flex;
    align-items: center;
}

header strong {
    margin-left: 5px;
    margin-right: auto;
    font-size: 1.6rem;
    color: #ff1515;
}

header .categories,
header .menu {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

header li {
    padding: 10px;
    position: relative;
}

header li:hover {
    background: #e51fff;
}

header .category .menu {
    display: none;
    position: absolute;
    background: #f0b5ff;
    min-width: 200px;
    /* top: 50px; */
    right: 0;
}

header .category:hover .menu {
    display: block;
}

header .category span,
li a {
    color: #239905;
    text-decoration: none;
    font-size: 40pt;
    font-weight: bold;
}

a#menu-zabawki {
    color: #642c06;
}
a#menu-komiksy {
    color: #d11c77;
}
a#menu-o-mnie {
    color: #12b2f1;
}
a#menu-ciekawostki {
    color: #c10af8;
}
a#menu-ja-programuje {
    color: #2444f8;
}

input.numerki {
    width: 80pt;
    height: 80pt;
    font-size: 20pt;
    padding: 12px 20px;
    margin: 8px 2px;
    display: inline-block;
    border: 3px solid #ff7070;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-appearance: textfield;
}

input.numerki::-webkit-inner-spin-button,
input.numerki::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
