.bikeimage1 {
  margin: auto;
  width: 700px;
  height: 450px;
  background-color: #213F3C;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p1text {
  margin: auto;
  width: 660px;
  background-color: #213F3C;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  color: #FFFFFF;
  font-family: verdana, sans-serif; 
  line-height: 25px;
}

img {
  border: solid thick white
}