.vt323-regular {
  font-family: "VT323", monospace;
  font-weight: 400;
  font-style: normal;
}
body {
    background-color: rgb(44, 50, 71);
    font-family: "VT323";
    font-size: large;
}

p {
    color: lightblue;
}
h1 {
    color:coral;
    text-transform: uppercase;
}
h2 {
    color:coral
}
a {
    color: cornflowerblue;
}
ul {
    color:lightblue;
} 
