html {
  font-size: 13.33333333vw;
}
.flex{
   display: flex;
}
.flex-column{
  flex-direction: column;
} 