@font-face { 
    src: url(RobotoFlex.ttf); 
    font-family: Roboto-Flex-Regular; 
    font-weight: 100 1000; 
    font-stretch: 25% 151%; 
    font-style: oblique -10deg 0deg; 
}
body {
    background-color: #222222;
    color: #f8f8f2;
    margin: 1rem;
    font-family: Roboto-Flex-Regular; 
    font-weight: 200; 
    font-style: normal; 
    font-stretch: 100%;
}
h1 {
    font-size: 4rem;
    font-weight: 400;
    font-style: normal;
    font-stretch: 100%;
    color: #f22439;
    margin: 0;
}
h2 {
    margin: 0;
    font-weight: 300;
    color: #ffd700;
}
a {
    color: #66d9ef;
    text-decoration: none;
}
a:hover {
    color: #f8f8f2;
}
p {
    line-height: 2;
}
ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
li {
    display: inline;
    margin: 0 0.25rem;
}
li:first-child {
    margin-left: 0;
}
hr {
    border: 0;
    height: 1px;
    background-color: #797765;
    margin: 0.5rem 0;
}
