/* css styles */

p {
    text-align: center;
}

h1 {
  text-align: center;
  border-bottom: 0;
}

h2 {
  text-align: left;
  border-bottom: 0;
}

.title {
  text-align: center;
}

.subtitle {
  text-align: center;
}

.center-button {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
}

body {
  font-size: 18px;
}

div.container {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

div.text {
  text-align: justify;
}

figcaption {
  font-weight: 500;
  text-align: center;
}

table {
  font-size: 18px;
}

td {
  vertical-align: middle;
}