* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

.irish-grover-regular {
  font-family: "Irish Grover", system-ui;
  font-weight: 400px;
  font-size: 20px;
  font-style: normal;
  color: black;
}

a {
  text-decoration: none;
  color: black;
 transition: all 0.3s ease;
}

a:hover{
    color: #9B27FA;
}

li {
  list-style: none;
}

body {
    background-color: black;

}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #690606;
}

li {
  float: left;
}

li a {
  display: inline-block;
  padding: 3em;
  color: white;
  font-size: 20px;
}

h1 {
  text-align: center;
  padding-top: 5rem;
  color: white;
  font-size: 60px;
}

h2 {
  color: white;
  font-size: 15px;
  padding-top: 1rem;
  padding-left: 1rem;
}

h3 {
  padding-top: 5rem;
  color: white;
  text-align: center;
  font-size: 30px;
}

/* .grid {
  position: relative;
  margin: 0 auto;
  display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 40px;
 max-width: 2000px;
 border-color: red;
 padding-top: 4rem;
} */

.grid {
  position: relative;
  margin: 0 auto;
  display: grid;
 grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
 gap: 50px;
 max-width: 1700px;
}
.grid article {
  background-color: rgb(230, 230, 230);
  border-radius: 10px;
}
h4{
  font-size: 25px;
  color: rgb(0, 0, 0);
  padding: 2rem;
  text-align: left;
}
h5 {
  text-align: center;
  padding: 2rem;
  font-size: 35px;
}

/* bat */

