body {
    background-color: #CDFAF3;
}

.container{
    top: 0;
    left: 25vw;
    background-color: azure;
    height: 100%;
    width: 50%;
    position: fixed;
    display: flex;
}

#sidebar {
    top: 0;
    left: 10%;
    height: 100%;
    width: 250px;
    position: relative;
    background-color: #213336;
}

#main {
    display: flex;
}