.bg{
    background-color: black;
}
.container{
    font-family: courier, monospace;
	color: #fff;
	width:750px;
	margin-left:auto;
	margin-right:auto;
	margin-top:100px;
	font-size:14px;
}
#anchor-tags{
    text-decoration: none;
    color: green;
}

@keyframes cursor{
    50% {
        border-color: transparent;
    }
}
@keyframes typing {
    from {
        width: 0;
    }
}