.center {
  text-align: center
}
.title {
            text-align: center;
            margin-top: -40px;
            font-size: 20px;
        }
        
body {
            margin: 50px;
            background-color: black;
            color: red;
            font-family: 'Source Code Pro';
        }

h1 {
            margin: 0;
        }
