@charset "UTF-8";

.body-container {
    width: 100%;
    height: fit-content;
    padding: 64px;
    border: 1px solid lightgrey;
    border-radius: 16px;
    background-color: transparent;
}

.workBox {
    width: 75%;
    height: fit-content;
    padding: 32px;
    border-radius: 8px;
    background-color: #1a202c;
}
