/* /assets/css/style.css */

/* General Styles */
body {
  background-image: url('../img/bg13.png');
  background-size: 250px 250px;
  display: flex;
  justify-content: center;
  height: 100vh;
  margin: 0;
  text-align: center;
}

.gallery {
  max-width: 200px;
}

h1 {
  font-family: "Rubik Glitch Pop", cursive, sans-serif;
  color: blue; 
  background-color: red;
  display: inline-block;
}

.section {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin: 0 auto;
}

table {
  border: 5px solid;
  border-color: #FF69B4;
  background-image: url('../img/bg15.png');
  background-size: 7% 7%;
}

td {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border: 3px solid;
  border-color: #FFA500; 
}

tr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.main {
  display: flex;
  flex-direction: column; 
  background-color: rgba(0, 0, 0, 1);
  background-image: url('../img/bg12.jpg');
  background-size: 25% 25%;
}

/* Table Paragraph Styles */
p {
  color: #65fe08;
  font-family: "Source Code Pro", monospace;
}

code {
  color: #65fe08;
}

p.bold {
  font-weight: bold;
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .section {
    max-width: 300px;
  }
  
  .main {
  max-width: 300px; 
  }

  p {
    font-size: 14px;
  }
  
  .gallery {
  max-width: 100px;
}
}


.press-jrj-image {
  max-width: 260px;
  height: auto;
  transform: rotate(4deg);
}

.press-aggregatron-image {
  max-width: 220px;
  height: auto;
}