html {
	scroll-behavior: smooth;
}
body {
    margin: auto;
    font-family: Verdana;
    width: 980px;
  }
  h1 {
    font-size: xx-large;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .nagl-artyk {
    background-color: rgb(131, 21, 21);
    color: whitesmoke;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
  }
  h2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .nagl-artyk hgroup p {
    margin-top: 7px;
    margin-bottom: 0px;
    font-size: medium;
  }
  .nagl-artyk p {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: x-small;
  }
  aside {
    float: right;
    border: 2px solid rgb(131, 21, 21);
    width: 175px;
    padding: 0.5em;
    margin: 0.25em;
    line-height: 1.3em;
  }
  .nagl-str li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
  }
  footer li {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
  }
  footer {
    text-align: center;
	margin-top: 5px;
  }
  .nagl-str {
    text-align: center;
    background-color: rgb(199, 199, 199);
    border-width: 10px;
    border-style: solid;
    border-color: red;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .nagl-str a {
    color: red;
    font-weight: bold;
    font-size:small;
  }
  .bl li {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .bl {
    background-color: rgb(225, 225, 225);
    width: 25%;
    padding-bottom: 45px;
	margin-left:10px;
  }
  article {
    width: 74%;
  }
  div {
	display:flex;
  }
  img {float:left; margin-right:10px;}
  
  .link-bud {
    position: relative;
    color: black;
    transition: all 0.3s ease;
	text-decoration: underline;
}

.link-bud:hover::after {
    content: "Ta strona jeszcze się buduje";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 12px;
}
.jestnapisane:hover::after {
    content: "Myślałeś, że ktoś tu pisze? XDD";
    position: flex;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 12px;
}
.artykul {
margin-left:15px;
}
.wspieraj:hover::after {
    content: "Może się tu pojawiać więcej, wystarczy, że nam pomożesz z tym!";
    position: flex;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: black;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    white-space: nowrap;
    font-size: 12px;
}