body {
    background-color: lightgray;
  }
html {
    overflow-y: scroll;
  }
h1 {
    font-family: "Franklin Gothic Medium";
    font-size: 50px;
    text-align: center;
}
h2 {
    font-family: "Bahnschrift";
    font-size: 30px;
    text-align: center;
}
h3 {
  text-decoration: underline;
  font-family: "Bahnschrift", bold;
}
h4 {
  font-family: "arial black", sans-serif;
}
.webupdates {
  font-family: "Helvetica", sans-serif;
}
.liveupdates {
  font-family: "Bahnschrift";
  font-size: 20px;
}
.tyresimage {
  padding: 0px 10px;
  border-radius: 15px;
}
.navbar {
    background-color: #333;
    overflow: hidden;
    font-family: "Bahnschrift";
  }
.developmenttext {
    color: red;
    font-family: "Bahnschrift";
    text-align: center;
}
.developmenttext2 {
      color: black;
      font-family: "Bahnschrift";
      text-align: center;
}

.developmentimage {
  max-width: 50%;
  height: auto;
  align-items: center;
  border-radius: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
  
  /* Style the links inside the navigation bar */
.navbar a {
    float: left;
    color: white;
    text-align: center;
    padding: 12px 2.703%;
    text-decoration: none;
    font-size: 25px
    ;
  }
  
  /* Change the color of links on hover */
.navbar a:hover {
    background-color: #ddd;
    color: black;
  }
  
  /* Add a color to the active/current link */
.navbar a.active {
    background-color: #04AA6D;
    color: white;
  }