body {
    background-color: var(--background-color);
    border: solid #ffffff00 !important;
    position: relative;
}

h1, h2, h3, h4, .centered {
    text-align: center;
}

h1,h2,h3 {
    font-weight: 700;
}

h2, h3 {
    font-size: xx-large;
}

p {
    margin-left: 20%;
    margin-right: 20%;
    font-size: x-large;
}

@media only screen and (max-width: 1000px) {
  #border {
    border-width: 15px !important;
  }
  p {
    margin-left: 2%;
    margin-right: 2%;
    font-size: x-large;
}
}

.icon {
    height: 1em;
    vertical-align: middle;
}

.screen-border {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  box-sizing: border-box;
  /*border: 40px solid var(--text-color);*/
  background-color: transparent !important;
  pointer-events: none;
  z-index: 9999;
}

.left-strip {
    position: fixed !important;
}

.right-strip {
    position: fixed !important;
}

.svg {
  height: 1em;
  border: none !important;
  width: auto;
  vertical-align: middle;
  display: inline-block;    
}

.button {
    font-style: normal;
    font-weight: 100;
    border-radius: 10px;
    border-width: 10px;
    font-family: inherit;
    color: inherit;
    background-color: transparent;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

.small {
    font-weight: 100;
    font-style: normal;
}

.clickable {
  cursor: pointer;
}


