.perday-shifts {
    border: 2px solid #000; /* Border style */
    border-radius: 10px; /* Rounded corners */
    padding: 10px; /* Padding inside the frame */
}

.round-board {
    border: 2px solid #000; /* Border style for the round board */
    border-radius: 50%; /* Make it round */
    width: 80%; /* Adjust the width as needed */
    height: 80%; /* Adjust the height as needed */
    margin: auto; /* Center the round board horizontally */
    background-color: #fff; /* Background color of the round board */
}