

body {
  background-color: rgba(182, 201, 255, 0.84);
  font-family: "helvetica", serif;
  padding: 5px 25px;
  font-size: 18px;
  margin: 0;
  color: #000000;
  align-content: center;
}


img {
  width: 95%;
}


h1{
  font: helvetica;
  font-size: 40px;
  color: #f95c5c;
}

h2{
  font: helvetica;
  font-size: 20px;
  color: rgba(68, 57, 192, 0.93);
  border: 2cm;
}


p{
  
  font-size: 17px;
  
}







.navbar {
  overflow: hidden;
  background-color: #369efa;
  position: ;
  top: 0;
  width: 100%;
}

.navbar a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 15px;
}

.navbar a:hover {
  background: #34c57b;
  color: black;

}








.gfx{
  width:100%
}








