html{
background: linear-gradient(90deg,rgba(255, 200, 0, 1) 0%, rgba(255, 251, 143, 1) 100%);
    font-family: sans-serif;
      display: flex;
    justify-content: center;
    transition: 2s;
}
html:hover
{
  background: linear-gradient(90deg,rgba(255, 0, 200, 1) 0%, rgba(143, 223, 255, 1) 100%);
    transition: 2s;
}


h1{
    background-color: lightblue;
    text-align: center;
    padding: 20px;
    margin:0px;
    margin-left: 13%;

}
.menu{
    background-color: violet;
    text-indent: 20px;
    font-size: medium;
    padding: 20px;
    margin:0px;
    margin-left: 13%;


}
.stronaprawa{
    background-color: darkgoldenrod;
    margin-left: 500px;
    padding: 100px;
}
.kontakt{
    background-color: aqua;
    padding: 20px;
    margin:0px;
    margin-left: 13%;
}

.jablko{
    width: 150px;
margin-left: 250px;
position:sticky;
float: left;

}

.hotdog{
    width:80px;
}

.karda{
    width: 200px;
}
.punktowanieinumerowanie{
    text-align: center;
}