
/*UWU daddy*/


body {
    background-image: url("backg.gif");
    font-family: Arial, sans-serif;
 }
h1 {
    color: maroon; /* Sets the color of all h1 headings */
    margin-left: 40px;
}
p {
    color: red; /* Sets the color of all paragraphs */
}
.container {
  background-color: #f4f4f4;
  padding: 20px;
  border: 1px solid #ccc;
}
.containerdiddy {
  width: 90%; /* Responsive width */
  max-width: 1200px; /* Max width for large screens */
  margin: 0 auto; /* Centers the container horizontally */
  padding: 20px; /* Adds space inside the container */
  background-color: #f0f0f0; /* Optional: adds a background color */
}

.centered-nav {
    text-align: center; /* Centers the inline-level content inside the nav */
    padding: 10px 0;

}

.centerbitch {
	place-items: center;
}

.centered-nav a {
    display: inline-block; /* Allows links to sit next to each other */
    padding: 0 67px;
    text-decoration: none;
    background-color: #f2f2f2;
	border: 1px solid red;
}


.header {
  font-size: 24px;
  font-weight: bold;
}