p {
    margin-top: 0;
    margin-bottom: 0;
}

body {
    /* This style below will be inherited */
    /*font-family: Roboto, Arial;*/
    margin: 0;
    padding: 0;
    /*padding-top: 80px;*/
    /*padding-left: 96px;*/
    /*padding-right: 24px;*/
    background-color: rgb(248, 248, 248);
}

.main-content {
    display: flex;
    position: relative;

    /*position: relative;*/
    flex: 1;
    /*flex-direction: column;*/
    /*padding-left: 282px; !* Width of the sidebar *!*/
    /*margin-left: 80px; !* Width of the header *!*/
    margin-top: 0; /* No vertical margin */
    background-color: #F4F4F4;
    color: #333333;
    min-height: 100vh; /* Ensure it spans the full height of the viewport */
    box-sizing: border-box; /* Include padding in the element's width/height calculation */
}