.pensive-container {
  text-align: center;
  justify-content: center;
  align-items: center; 
  display: grid;
}

.pensive-container img {
  image-rendering: pixelated;
  height: 150px;
  margin-top: 50px;
}

.container-text {
  font-family: "Comic Sans MS", "Comic Sans";
  font-size: 20px;
  margin-top: 30px;
  color: white;
  font-weight: 800;
  text-align: left;
}

.latest-video-container {
  text-align: center;
}

.pensive-container-001 {

}

body {
  background: url('../img/szaszabi-logo.png') repeat center / 100px 100px;
}

.pt-container-scroll {
  width: 100%;
  overflow: hidden; 
  white-space: nowrap;
  padding: 10px 0;
  color: white;
  font-weight: 800;
}

.pensive-text {
  display: inline-block;
  animation: scroll-left-to-right 3s linear infinite; 
}

@keyframes scroll-left-to-right {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(1900%);
  }
}

.no-deco {
  text-decoration: none;
  color: white;
}

.bigg-container {
  display: flex;
  justify-content: center;
}

.biig-pensive {
  size: 1000%;
}
