.courier-prime-regular {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: normal;
}

.courier-prime-bold {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: normal;
}

.courier-prime-regular-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 400;
  font-style: italic;
}

.courier-prime-bold-italic {
  font-family: "Courier Prime", monospace;
  font-weight: 700;
  font-style: italic;
}

html {
    font-family: "Courier Prime", monospace;
    font-size: 2vh;
  font-weight: 400;
  font-style: normal;  
  padding: 0px; 
  margin: 0px;
}

body{
  padding: 0px; 
  margin: 0px;
}
.club-title {
    font-size: 10vh;
    padding: 0px; 
    margin: 0px;
}

.outer-wrapper {
  overflow-wrap: anywhere;
  text-align: center;
  padding: 0px; 
  margin: 0px;
    display: flex;
    flex-direction: column;
    width: 100vw;
    /* height: 100vh; */
    flex-flow: space-around;
    align-items: center;
    /* gap: 1vh; */
    justify-content: flex-start;
}
