.vertical-center{ 
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
 }

.text-underlined{ 
  text-decoration: underline;
  text-decoration-color: var(--secondary-color);
  text-decoration-thickness: 2px;
 }

.text-smaller{ 
  font-size: 100%;
 }

.text-bottom{ 
  position: fixed;
  left: 0;
  bottom: 80;
  color: var(--secondary-color);
  padding: 10px;
  text-align: left;
  width: auto;
  max-width: 100%;
 }

.primary{ 
 }

.secondary{ 
 }

.tertiary{ 
 }

