/*================================================*/
/*  style.css by tomasz.pro 2023-2025             */
/*      for pro apps                              */
/*                                                */
/*          .class                                */
/*          #id                                   */
/*                                                */
/*================================================*/

/*================================================*/
/*  Tło*/
/*================================================*/
.background {
    position: absolute;
    background-image: url('https://www.ematch.pro/img/bg/background.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
/*================================================*/
.favicon {
    width: 35px;
}
main .favicon {
    width: 2.5rem;
    position: relative;
    top: 0.5rem; /* Przesuwa obrazek o 1rem w dół */
    margin-right: 1rem;
}
#logo, main h1, main h2, main h3 {
    font-family: "Edu AU VIC WA NT Pre", cursive;
    font-weight: unset;
}
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
/*================================================*/
