* {
  color: #030405;
  font-family: Montserrat;
}

body {
  /* font-family: system-ui, sans-serif; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
  /* background: #f4f4f9; */
}

.welcome-main {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  padding-top: 20%;
  text-align: center;
  font-size: 4em;
  text-shadow: 1px 1px 1px #202020;
}

a {
  text-decoration: none;
  opacity: 0.8;
}

a:hover {
  text-decoration: none;
  opacity: 1.0;
}

.mont {
  text-align: center;
  font-family: Montserrat;
  color: #00669955;
  font-size: 1.2em;
}

.code-figlet {
  font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
}