.flex-container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  align-items: center;
  justify-content: space-evenly;
}


.flex-container1 {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

html,
body {
  background-color: #ffffff;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  color: #0e60d3;
  font-size: large;
  background-image: url(images/checker.png);
  background-size: cover;
  margin: 0%;
}

h1 {
  font-size: large;
  text-align: center;
  font-weight: bolder;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  color: #0e60d3;
  -webkit-text-stroke: 1px #000000;
}

ul {
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  background-color: #0e60d3;
  font-weight: bolder;
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a:hover {
  background-color: #111;
}

h2 {
  margin-left: 10px;
  font-size: 35px;
  padding: 15px;
  font-weight: bolder;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  color: #0e60d3;
  -webkit-text-stroke: 1px #000000;
}

h3 {
  font-size: small;
  padding: 25px;
}

.flex-container2 {
  display: flex;
  align-content: left;
  justify-content: left;
  align-items: left;
  flex-direction: column;


}

.flex-container3 {
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background-image: url(images/newpanel1.jpg);
  background-size: cover;


}

.button1 {
  border: none;
  color: rgb(255, 255, 255);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  background-color: #0e60d3;
}

.flex-container4 {
  margin-top: 10px;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background-image: url(images/08.jpg);
  background-size: cover;

}

.flex-container5 {
  margin-top: 10px;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background-image: url(images/09.jpg);
  background-size: cover;

}

.flex-container6 {
  margin-top: 10px;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background-image: url(images/10.jpg);
  background-size: cover;

}

.flex-container7 {
  margin-top: 10px;
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  background-color: black;


}

.flex-container8 {
  display: flex;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  margin-left: 50px;
  margin-right: 50px;
}

dl {
  font-size: 18;
  font-weight: bolder;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  color: #0e60d3;
  -webkit-text-stroke: 1px #000000;
  display: flex
}

.flex-container9 {
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: left;
}

h4 {
  margin-left: 10px;
  font-size: 18px;
  padding: 15px;
  font-weight: bolder;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  color: #0e60d3;
  -webkit-text-stroke: 1px #000000;
  display: flex
}


ul2 {
  margin-left: 25px;
  font-size: 18px;
  padding: 15px;
  font-weight: bolder;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  color: #0e60d3;
  -webkit-text-stroke: 1px #000000;
  display: flex;
  flex-direction: column;


}

.flex-container10 {
  display: flex;
  align-items: left;
  flex-direction: column;
  justify-content: left;
}

h5 {
  margin-bottom: 0%;
  margin-left: 20px;
  font-size: 35px;
  font-weight: bolder;
  font-family: 'Arial Black', 'Arial Bold', Gadget, sans-serif;
  color: #0e60d3;
  -webkit-text-stroke: 1px #000000;
}