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

body {
  background-color: black;
  color: #1dfc00;
  font-family: 'VT323', monospace;
}

.text-title {
  font-size: 50px;
}

.text-subtitle {
  font-size: 28px;
}

.text-little-title {
	font-size: 24px;
}

.text-paragraph {
  font-size: 20px;
}

.text-small {
	font-size: 18px;
}

.text-mini {
  font-size: 14px;
}

.cursor-default {
   cursor: default;
}

.color-white {
  color: white;
}

.color-blue {
  color: #006aff;
}

.hr-main {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #1dfc00;
  margin: 1em 0;
  padding: 0;
}

.img-main {
  height: 150px;
}

.link-green {
  text-decoration: none;
  color: #1dfc00;
}

.link-aqua {
  text-decoration: none;
  color: aqua;
}