body{
    background-color: #111111;
    font-family:'DINNextW1G', arial, georgia, sans-serif;
}

.logo{
    padding-top: 3%;
    padding-left: 3%;
}

menu{
    padding: 0;
}

.menu ul{
    list-style: none;
    padding: 0;
}

.menu ul li{
    display:inline-block;
    font-family:'DINNextW1G', arial, georgia, sans-serif;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 1%;
    padding-bottom: 1%;
    margin: 0;
}

.menu ul li a{
    text-decoration: none;
    color: white;
    display: block;
    font-size: 140%;
}

.menu ul li:hover{
    cursor:pointer;
    background-color: #ff4655;
    transition: 300ms;
}

.cara {
    width: 101.4%;
    height: 0;
    padding-bottom: 1%;
    background-color: #292929;
    margin: -1%;
}

.nadpis{
    color:  #ff4655;
    text-align: center;
    font-size: 60px;
    font-weight: 600;
    padding-top: 3%;
}

.merch1{
    text-align: center;
    padding-right: 4%;
}

.merch1 ul{
    list-style: none;
    display: flex;
}

.merch1 ul li{
    background-color: #292929;
    margin-left: 1%;
}

.merch1 ul li a{
    text-align: center;
    text-decoration: none;
    font-family:'DINNextW1G', arial, georgia, sans-serif;
    font-size: 18px;
    color: white;
    display: list-item;
}

.merch2{
    text-align: center;
    padding-right: 4%;
}

.merch2 ul{
    list-style: none;
    display: flex;
}

.merch2 ul li{
    background-color: #292929;
    margin-left: 1%;
}

.merch2 ul li a{
    text-align: center;
    text-decoration: none;
    font-family:'DINNextW1G', arial, georgia, sans-serif;
    font-size: 18px;
    color: white;
    display: list-item;
}

button {
    margin-top: 3%;
    margin-bottom: 3%;
    outline: none;
    cursor: pointer;
    border: none;
    padding: 0.9rem 2rem;
    position: relative;
    display: inline-block;
    letter-spacing: 0.05rem;
    font-size: 17px;
    border-radius: 500px;
    overflow: hidden;
    background: #ff4655;
    color: white;
   }
   
   button span {
    position: relative;
    z-index: 10;
    transition: color 0.4s;
   }
   
   button:hover span {
    color: black;
   }
   
   button::before,
   button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
   }
   
   button::before {
    content: "";
    background: #000;
    width: 120%;
    left: -10%;
    transform: skew(30deg);
    transition: transform 0.4s cubic-bezier(0.3, 1, 0.8, 1);
   }
   
   button:hover::before {
    transform: translate3d(100%, 0, 0);
   }
   
   .footer{
    width: 1900px;
    height: 0;
    padding-bottom: 3%;
    text-align: right;
    color: white;
    background-color: #292929;
    margin: -7px;
    margin-right: -50px;
    font-family: 'DINNextW1G', arial, georgia, sans-serif;
    margin-top: 5%;
}