@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');
@import url('https://fonts.googleapis.com/css?family=Press+Start+2P');

body {
    background-color: #282828;
    padding: 10px;
    margin: 0px;
    height: 100%;
}
.test   {
    font-family: "Press Start 2P";
    font-size: 18px;
    color: #b5b5b5;
    background: #000000;
    border-style: solid;
    border-color: #23c626;
    border-width: 2px;
    padding: 5px 5px 5px 5px;
    max-width: 800px;
    margin: auto;
}
.hello-button {
  font-size: 1.2em;
  font-family: 'Press Start 2P', cursive;
  width: 200px;
  height: 70px;
  background: #06C1DE;
  border: 0px;
  position: relative;
  box-shadow: 
    inset -4px 2px 1px 1px grey,
    inset -4px -2px 1px 1px lightgray,
    inset 4px 0px 1px 1px lightgray; 
}
