@import url("theme.css");

.content {
    background-color: var(--bg-color1);
    border-radius: 5px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    max-width: 100%;
}

.end {
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 5px 10px;
    background-color: var(--bg-color3);
    color: var(--fg-font2);
}