        @import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:wght@300&display=swap');
        body{
            background-color: #000000;
        }
        .title{
            color: white;
            font-family: 'Source Code Pro', monospace;
            left: 0;
            margin-top: -100px;
            position: absolute;
            text-align: center;
            top: 50%;
            width: 100%;
        }
        a{
            color: white;
        }