body {
    color: black;
    font-family: 'Courier New Bold';
    background-color: #595959;
  }
td {
    background-color: #e6e6e6;
    width: 800px;
    text-align: center;
    border-left: 5px solid #b3b3b3;
    border-right: 5px solid #b3b3b3;
    border-top: 5px solid #b3b3b3;
    padding-bottom: 20px;
  }
@font-face {
    font-family: 'Courier New Bold';
    src: url('https://summmer.neocities.org/BackToPhiladelphia/assets/Courier New Bold.ttf') format("truetype");
  }
.container {
    width: 650px;
    text-align: center;
  }
.command {
    font-family: arial;
    text-align: left;
    width: 650px;
    font-size: 25px;
  }