/* There are block editor css to create alignment on the back end 
   however they require you to implement those classes on the front 
   so they do not destroy your theme / plugin */
.has-text-align-center {
    text-align: center;
}
.has-text-align-left {
    text-align: left;
}
.has-text-align-right {
    text-align: right;
}

.has-small-font-size {
  font-size: 1vw;
}
.has-medium-font-size {
  font-size: 2vw;
}
.has-large-font-size {
  font-size: 4vw;
}
.has-x-large-font-size {
  font-size: 6vw;
}