@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;700&family=Josefin+Sans&family=Montserrat&display=swap');
* {
    margin: 0; 
    padding: 0;
  }
  html{
    scroll-behavior: smooth;
  }

body{
    background-color:	#FFFFFF;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-size: 23px;
}
.banner{
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%;    
    height: 250px;
    z-index: -1;
    max-height: 50%;
    border-bottom: 5px solid black;
}
header{
    margin-bottom: 140px;
}
h1{
text-align: center;
color: #fdfdfe;
text-shadow: 0px 0px 5px #b393d3, 0px 0px 5px #b393d3, 0px 0px 5px #b393d3, 0px 0px 20px #b393d3;  
font-family: 'Dancing Script', cursive;
font-size: 100px;
padding-top: 40px;
}
h2{
    text-align: center;
    color: #fdfdfe;
    text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 20px #000000;  
    font-family: 'Dancing Script', cursive;
    font-size: 60px;
}
h3{
    text-align: center;
    color: #fdfdfe;
    text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 20px #000000;  
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
}
article, section{
    width: 80vw;
    margin-left: auto;
    margin-right: auto;
}

#m1{
    display: inline-block;
    border:2px solid rgb(0, 0, 0);
    padding: 1rem 1rem;
    vertical-align: middle;
    margin-right: 160px;
    max-width: 300px;
}

#m2{
    display: inline-block;
    border: 2px solid rgb(0, 0, 0);
    padding: 1rem 1rem;
    vertical-align: middle;
    max-width: 300px;
}


table{
    margin-left: auto; 
    margin-right: auto;
    border-collapse: collapse;
}

tr{
    height: 30px;
    color: black;
    border-collapse: collapse;
}

td{
    border: 2px solid black;
    border-collapse: collapse;
    height: 30px;
}
.limonka{
    background-color: greenyellow;
}
.zolty{
    background-color: yellow;
}
.krem{
    background-color: wheat;
}

.lw{
    align-items: center;
}

.rw{
    align-items: center;
}

th{
    border: 2px solid black;
}
.nic{
    background-color: greenyellow;
    border: 2px solid transparent;
}
ul,ol,dl{
    list-style: none;
}
.roma{
    list-style: upper-roman;
}

legend{
    color: #fdfdfe;
    text-shadow: 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 5px #000000, 0px 0px 20px #000000;  
    font-family: 'Dancing Script', cursive;
    font-size: 40px;
}

.child:nth-child(2n) {
    color: red;
        }
a{
    text-decoration: none;
    color: white;
}

.strz{
    color: black;
    font-size: 100px;
}
        footer {
            position: relative;
            width: 100%;
            height: 30px;
            background-color: rgb(0, 0, 0);
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: 10px;
          }        