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

html{
    font-family: 'VT323', monospace;
    display: flex;
    justify-content: center;
}
body{
    min-width: 30vw;
    
}
p , a , footer{
  font-size: 20px;
}
a {
  margin-right: 8px;
  border-bottom: 2px solid;
  background-color: black;
  color: white;
}

h1{
    margin: 0px;
}
header{
    display: flex;
    padding-top: 8px;
}
h3{
    text-decoration: underline;
}