body{
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
}
/* unvisited link */
a:link {
    color: #ff005f;
}

/* visited link */
a:visited {
    color: #ff005f;
}

/* mouse over link */
a:hover {
    color: #14adcc;
}

/* selected link */
a:active {
    color: #14adcc;
}

.fz36 {
  font-size: 36px;
}

.center {
  text-align: center;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
