body {
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #b768b0;
    width: min-content;
}

.cabinet {
    display: grid; 
    column-gap: 1%;
    grid-auto-rows: 1;
    justify-content: center;
    width: min-content;
}

.drawer {

}

.page {
    background-color: #faebd7;
    text-align: center;
    margin-top: -10%;
}

.page a { 
    color: #000000;
    background-color: #faebd7;
}

