body{
    font-family: 'Space Mono';
    font-size: 16px;
    line-height: 150%;
    background: #000;
    color: #fff;
}
.container{
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}
#main {
    padding-top: 50px;
}
a{
    color: var(--color);
    text-decoration: none;
    position: relative;
}
a:after{
    content: '';
    width: 100%;
    height: 1px;
    background: inherit;
}
a:hover{
    text-decoration: underline;
}
#projects{
    margin-top: 100px;
}
.projects-list a{
    display: block;
    margin: 10px 0;
    padding-left: 20px;
}