* {
    font-family: 'Inter', sans-serif;
}
body {
    background-color: #fff00f;
}
h1 {
    font-family: 'Inter Black', sans-serif;
}
a {
    font-family: 'Inter Black' , sans-serif;
    text-decoration: none;
    color: #000;
}
.container {
    position: absolute;
    left: 50%;
    width: 50%;
    height: 95%;
    transform: translate(-50%);
}
.footerbar {
    background-color: #000;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
}
.footerbar a {
    color: rgb(170, 170, 170);
    text-decoration: none;
    float: left;
    display: block;
    text-align: center;
    padding: 14px 16px;
}
.footerbar a:hover {
    color: #FFF;
}
.footerbar .disclaimer {
    color: rgb(170, 170, 170);
    float: right;
    text-align: center;
    padding-right: 15px;
}
.footerbar a {
    font-family: 'Inter', sans-serif;
}