        *{font-family: monospace;}
        body{
            background-color: #222;
        }
        ul{
            list-style: none;
            padding: 0;
            margin: 0;
            padding-left: 10px;
        }

        .title{
            color: white;
            font-size: 2em;
            margin: 0;
            padding-left: 10px;
            padding-top: 10px;
        }

        .link{
            color: white;
            font-size: 1.5em;
            transition: all 0.3s;
        }
        .link a{
            color: white;
            text-decoration: none;
        }

        .link:hover{
            font-size: 1.8em;
        }
        #github{
            color: #fe8019;
        }

	#zegar{
    	width: 20%;
    	color: white;
    	font-size: 1.8em;
    
    	position: absolute;
    	top: 20px;
    	right: 20px;
    	text-align: right;
	}
