.all {
    display: flex;
    align-items: center;
    justify-content: center;
}

.p_um {
    display: flex;
    justify-content: center;
}

.sidebar {
    border: #F54160 solid 2px;
    height: 97vh;
    width: 15vw;
    float: left;
    background-color: white;
    overflow-y: scroll;
    scrollbar-width: thin;
}

.iframe {
    float: right;
    height: 97vh;
    width: 85vw;
    border: #F54160 solid 2px;
    margin-left: 10px;
}

.headers{
    background-image: linear-gradient(to right, rgb(245 65 96 / 0.3), white);
    color: #F54160;
    font-weight: bold;
    font-size: large;
    padding: 5px;
}

ul{
    color: #F54160;
}

a {
    color: #F54160;
}
