/* @import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap'); */
html {
    background-color: rgb(255, 255, 255);
    /* font-family: 'Oswald', sans-serif; */
    font-size: 20px;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
}
body {
    max-width: 800px;
}
h1 {
    text-align: center;
}
ol, ol li a {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-size: 20px;
}
ol li a:hover {
    background-color: rgb(255, 255, 255);
    color:chocolate;
    transition: color 0.3s;
}
.shit li {
    padding-top: 8px;
}