@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400;700&display=swap');

html,body{
    font-family: 'Roboto', sans-serif;
    background: #eee;
}

header a,header span, header h1{
    color: #eee !important;
}

.semicolonHeader{
    margin-top: -10px;
}

.title{
    border-bottom: 2px #212529 solid;
    display: inline-block;
    padding-bottom: 5px;
}
.code{
    padding-left: 50px;
}
.code p{
    margin-bottom: 2vh !important;
}

.letterSpaced{
    letter-spacing:5px;
}