a{
    text-decoration: none;
}

.main-body{
    display: flex;
    height: 100vh;
    flex-direction: row;
    overflow-x: hidden;
    background-color: black;
    max-width: 100%; 
}

.main-left{
    background-color: black;
    position: sticky; 
    top: 0; 
    left: 0; 
    border-right: solid;
    border-color: rgb(37, 37, 37);
    border-width: 0.5px;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 20px;
    padding-right: 12px;
    max-height: 100vh;
    width: 224px; 
    
}

.main-right{
    max-height: 100vh;
    width: 950px;
    display: flex;
}

body{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

