* {
  margin: 0;
  padding: 0;
}
/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

/* Hide scrollbars */
 /* Hide scrollbar for Chrome, Safari and Opera */
html::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
html {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 

/* p5 thing */
canvas {
  display: block;
}

section {
  width: 90%;
  min-height: 90vh;
  height: auto;
  padding: 10px 5% 10px 5%;
}

.greenground {
  background:  RGB(30,235,105);
  color: white;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: black;
}

p a {
  color: rgb(30,235,105);
  text-decoration: solid;
}

button {
  color:             rgb(30,235,105);
  background-color: rgba(255,255,255,.7);
  border: none;
  border: 1px solid  rgb(30,235,105); 
  font-size: 14px;
  padding: 3px 5px 0px 5px;
}

button:hover {
  color:            rgb(0,0,0);
  font-weight: bold;
}

table {
  padding-right: 50px;
  padding-bottom: 50px;
  border-spacing: 0px;
}

th {
  vertical-align:text-bottom;
  text-align: left;

}

td {
  border-top: 1px dotted rgb(30,235,105);
  padding-right: 0px;
  padding-bottom: 45px;
  vertical-align: top;
}

td:first-child {
  padding-right: 5px;
}

ul {
  list-style-type: none;
}




#title{
  background:  rgb(30,235,105);
  position: absolute;
  top:50%;
  right:0;
  z-index: 100;
  color: white;
  font-size: 30px;
  padding: 5px 10px 3px 10px;
}

#title2024{
  line-height: 2.3rem;
}



.padded {
  padding: 10px 5% 10px 5%;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
}

.flexing {
  max-width: 600px;
}

.inline {
  display: inline;
}

.noborder {
  border: none;
}

.colored {
  color: rgb(30,235,105);;
}

.dark {
  background-color: #445451;
}

.verticalcenter {
padding-top: 10vh;
}

/* pseudo element — just hides the scripts in the editor */
.scripts{
  height: 0;
  padding: 0;
  margin: 0;
  background-color: black;
}
