body {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center; /* keep horizontal centering */
  background: #202020;
  
}


.tire,
.tire:visited,
.tire:hover,
.tire:active {
  text-decoration: none;
  color: #007BFF; /* Replace with your preferred color */
  cursor: pointer; /* Optional: changes cursor on hover */
}

article {
  width: 50vw;
  height: auto; 
  margin: 5px 0;
  text-align: center;
  padding: 20px;
  line-height: 1.3; 
  background-color:#202020;
  margin: 20px; 
  overflow:auto;
  /*borders*/
  border-color: #464646;
  border-style: solid;
  border-left: 0cm;
  border-right: 0cm;
   /*text*/
  color:#E0E0E0;
  position: relative;
  left: px;
  top: -5px;
  font-size: 145%;
  font-family: Arial, sans-serif; 
  
  
}

#tires {
  width: 25%; /* Make the image responsive */
  height: auto; /* Maintain aspect ratio */
  border-radius: 15px;
}

#bloglink1 {
  background-color:#202020;
  /* box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2); */
  /* border-radius: 13px; */
  order: 1; /* appears first */
   border-top: 0;
}

#bloglink2 {
  order: 2; /* appears first */
  border-top: 0;
}

.navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  width: 99.27vw;
  background-color: #2b2b2b;
  box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.2);
  justify-content: center;
  align-items: center;
}



.navbar a {
  display: block;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 8px 41px;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 23px;
  
}

.navbar a:hover {
  background-color: rgb(0, 0, 0);
  color: #E0E0E0;
  border-radius: 4px;
}

h1{
font:Arial, sans-serif;
}

/* for the homepage div */
.Homepage {
  font:Arial, sans-serif;
  font-size: 35px;
  color: #E0E0E0;
  }

/* for all H3 elements */
h3 {
  font-size: 33px;
  margin: 0;
  padding: 0;
  color:#E0E0E0; /* Ensure text is visible */
  position: relative;
  margin-top: 1.7%;
  
}