.content_wrapper{

  width: 100%;
  height: 100vh;
  text-align: center;
}
.content_wrapper{
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center;

}
