.page-container{
    display: flex;
    flex-direction: column;
    background-color: #202123;
    height: 100%;
}

.page-content{
    background-color: #242527;
    padding: 24px;
    gap: 32px;
    display: flex;
    flex-direction: column;
}

.flex-right{
    display: flex;
    flex-direction: row;
    align-items: flex-end;
}