@import url('https://fonts.googleapis.com/css2?family=Overpass&display=swap');

:root {
	--med-blue: rgb(3, 113, 181);
}

html {
  font-family: 'Overpass', sans-serif; 
}

body {
  margin: 1em;
}

#sketchHolder {
  position: relative;
  width: 100px
}

canvas {
  display: block;
}

.main {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  width: 1280px;
}

a {
	color: var(--med-blue);
	max-width: max-content;
}

a:hover {
	color: white;
	background: var(--med-blue);
}

button {
  min-width: max-content;
}
