﻿.remark {
    height: calc(100vh - 116px);
    overflow-y: auto;    
    border: 1px solid lightblue;
}

.actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: .5rem;
}

    .actions button {
        height: 32px;
        border-width: 1px;
        border-style: none;
        color: white;
        background-color: grey;        
    }