body {
  display: flex;
  flex-flow: column wrap;
  align-items: center;
}

body p {
  font-size: 40px;
}

@media screen and (min-width){

}
