

body{
  background-color: white;
  background-image: url("../IMAGES/home/stripes.png");
  background-repeat: repeat;
  background-position: center;
  margin: 0;
  width: 100%;
  height: 100%;
  background-size: 84.15% 17.5px;
  position: absolute;
  top:0px;
  left:0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.center-head {
  height: 10%;
  width: 60%;
  margin-top:3%;
  background-color: re;
  justify-content: center;
}
.center-content {
  height: auto;
  width: 60%;
  background-color: lim;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 5px solid grey;
  border-radius: 5px;
  justify-content: center;

  background-color: white;
}

.meImg {
  width: 50%;
  max-width: 800px;
  margin: 0 auto;
  
}

.infoBox {
  background-color: white;
  width: 100%;
  height: auto;
}

.info {
  margin-left: 5%;
  margin-right:5%;
  margin-top: 5%;
  margin-bottom: 5%;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

.center-foot {
  height: 3%;
  width: 50%;
  background-color: blu;
  left:25%;
  margin-top:3%;
}

@media (max-width: 768px) {
    .center-content {
    height: auto;
    width: 80%;
    background-color: lime;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 5px solid grey;
    border-radius: 5px;
    background-color: whit;
  }
    body{
    background-color: white;
    background-image: url("../IMAGES/home/stripes.png");
    background-repeat: repeat;
    background-position: center;
    margin: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 80px;
    position: absolute;
    top:0px;
    left:0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}