.post {
  border: 1px solid #ddd;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.post-title {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}

.post-content {
  font-size: 16px;
  margin-bottom: 10px;
}

.post-date {
  font-size: 14px;
  color: #888;
}

.blog-title {
  color: black;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}
.blog-post-container {
  border: solid 1px rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
  background-color: rgb(251, 249, 249);
}

.blog-post-text {
  text-align: justify;
  padding-left: 35px;
  padding-right: 35px;
  padding-bottom: 35px;
}


/*ze style*/

@media (min-width: 992px) {
  #navbar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9999;
  }

  #navbar.fixed-top {
    position: fixed;
  }
}

a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  color: rgb(0, 0, 0);
  font-size: 1.5em;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-style: normal;
  transition: font-size 0.3s ease, transform 0.3s ease;
}



#ikony {
  display: flex;
  justify-content: center;
}

#ikony img {
  transition: transform 0.3s ease;
}

#ikony img:hover {
  transform: scale(1.2);
}

.share-menu a {
  display: inline-block;
  width: 9em;
  height: 3em;
  text-align: center;
  padding: 0.5rem 0.5rem;
  border: 2px solid #333333;
  font-size: 0.8rem;
  border-radius: 260px;
  text-transform: uppercase;
  letter-spacing: 0.3ch;
  background: #ffffff;
  position: relative;
  font-family: "Lato", sans-serif;
  color: black !important;
  font-weight: 500 !important;
  margin-bottom: 0.3em;
  transition: transform 0.3s ease;
}

.share-menu a:hover {
  transform: scale(1.2); /
}

#scrollTopButton {
  border: 5px white solid;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: rgb(0, 0, 0, 0.4);
  height: 50px;
  width: 60px;
  color: white;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.email-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.8em;
  margin-left: 2em;
}

#copy-icon {
  cursor: pointer;
  transition: 0.3s ease;
}

#copy-icon:hover {
  transform: scale(1.2);
}


img {
  transition: transform 0.3s ease;
}


/*Share buttony*/

textarea {
  resize: none;
}

.text {
color: white;
font-size: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
white-space: nowrap;
}

.svg-inline--fa {
vertical-align: -0.200em;
}

.rounded-social-buttons {
text-align: center;
}

.rounded-social-buttons .social-button {
  display: inline-block;
  position:relative;
  cursor: pointer;
  width: 4.125rem;
  height: 4.125rem;
  border: 0.125rem solid transparent;
  padding: 5px;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 50%;
  
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}


.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
-webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
        transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-youtube, .fa-instagram {
font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
background: #000000;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
color: #3b5998;
background: #fefefe;
border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
background: #000000;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
color: #55acee;
background: #fefefe;
border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
background: #000000;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
color: #007bb5;
background: #fefefe;
border-color: #007bb5;
}


.rounded-social-buttons .social-button.instagram {
background: #000000;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
color: #ffffff;
background: #E1306C;
border-color: #ffffff;
}

.share-button-box {
  padding: 2rem;
}

p {
  font-size: 1.2em; 
  line-height: 1.6; 
  margin-bottom: 1.5em; 
  color: #333; 
  font-family: 'Arial', sans-serif;
  
}
#img-post {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

#pojemnik-test {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.full-post {
  height: auto;
  margin: 30px auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  text-align: left;
}

.full-post button {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  font-size: 1rem;
  color: #fff;
  background-color: #007bff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

