.topdisclamer {
    background-color: rgba(0, 0, 0, 0.801);
    color: rgb(255, 255, 255);
    text-align: center;
    width: 735px;
}
.bottomlinks {
    font-weight: bolder;
    width: 735px;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem;
}
a:link {
    text-decoration: none;
    color: black;
}
.button-right, .bottom-left {
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: baseline;
}
