* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: 1.44rem;
    line-height: 1.44;
    height: 100;
    background-color: rgba(8, 8, 8, 0.856);
}

h1 {
    font-size: 4.209rem;
}

h2{
    font-size: 3.157rem;
}

h4{
    font-size: 1.777rem;
    color: rgb(57, 206, 206);
}


pre,
code {
    font-size: 1.2rem;
    font-family: monospace;
    color: white;
    white-space: pre-wrap;
}

small {
    font-size: 0.777rem;
}

