body{
    background-color: rgb(12, 14, 12);
    color: rgb(143, 150, 139);
    font-family: Helvetica;
    font-size: 20px;
    margin-left: 20px;
    margin-right: 300px;
    line-height: 30px;
}
p{
    font-size: 30px;
    color: rgb(172, 180, 166);
}
ul{
    list-style:disc;
}
#title{
    font-size: 40px;
    font-weight: bold;
}
a{
    color: rgb(178, 184, 146);
}