body {
  background-color: black;
  color: white;
  font-family: "Trebuchet MS", Helvetica, sans-serif;
  padding: 20px;
  

}

.bar {
    margin: 28px 20px 0;
    height: 55px;

    background: linear-gradient(
        to bottom,
        #111 0%,
        #222 45%,
        #111 100%
    );

    border-top: 1px solid #777;
    border-bottom: 1px solid #333;

    color: white;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 14px;

    display: flex;
    align-items: center;
    justify-content: center;


}