@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;800&display=swap');

html {
    background-color: #202225
}
.h1 {
    font-family: Inter;
    font-weight: 800;
    color: #FFFCFF;
    font-size: 36px;
    margin: 1em auto;
    max-width: 800px;
    padding: .2em;
    line-height: 0.1;
    text-align: justify
}
.h2 {
    font-family: Inter;
    font-weight: 800;
    color: #FFFCFF;
    font-size: 26px;
    margin: 1em auto;
    max-width: 800px;
    padding: .2em;
    line-height: 0.1;
    text-align: justify
}
.body {
    font-family: Inter;
    font-weight: 400;
    color: #FFFCFF;
    font-size: 16px;
    margin: 2em auto;
    max-width: 800px;
    padding: 1em;
    line-height: 1.4;
    text-align: justify
}
a {
    color: #4e5ff7
}
a:visited {
    color: #3546dd
}
small {
    font-size: 10;
    padding: .1em;
}
.footer {
    font-family: Inter;
    font-weight: 400;
    color: #FFFCFF;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: 300;
    padding: 2em;
  }