.header {
    margin-top: 50px;
}
.page_container {
    width: 100%;
}
.center {
    text-align: center;
}
.pintainer-outer {
    text-align: center;
}
.pintainer {
    display: inline-block;
}
.workbench-text {
    font-family: "Workbench", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "BLED" 0,
      "SCAN" 0;
}

.permanent-marker-regular-text {
    font-family: "Permanent Marker", cursive;
    font-weight: 400;
    font-style: normal;
  }

.teko-text {
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.teko-text-w {
    font-family: "Teko", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.pinbox {
    border: 2px solid black;
    border-radius: 8px;
    width: 30px;
    font-size: 3em;
}
.footer {
    margin-top: 30px;
}
.footer-text {
    font-size: 0.7em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.return-link {
    width: 100%;
    padding-right: 40px;
    text-align: right;
}