body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 20px 100px 0px 100px;
    background: #f3f3f3;
}

button {
    font-family: 'Montserrat', sans-serif;
    font-size: 1em;
}

textarea {
    width: 100%;
    max-width: 500px;
    height: 100px;
}
/*
.vue-star-rating-rating-text {
  display: none;
}/**/

.page {
  min-height: calc(100vh - 15vh); /*The second term is the height of the footer. The min-height makes it so every page fills up the page. Even if the page is blank.*/
}



.footer {
  min-height: 5vh;
  color: black;
  text-align: right;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 1vh;
}

.footer-link {
  color: black;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}
