.sidebar{
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 100svh;
    justify-content: space-between;
    align-items: center;
    border-right: 2px solid rgb(238, 190, 242);
    min-width: max-content;
    width: 126px;
}

.account{
    text-align: center;
    color: blue;
}

.account a{
    color: rgb(238, 190, 242);
    text-decoration: none;
}

.content{
    padding-right: 20px;
    font-size: 20px;
    height: 40%;
    max-height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    color: rgb(238, 190, 242);
}

.content > a{
    display: flex;
    text-decoration: none;
    color: rgb(238, 190, 242);
    margin: 15px 0;
}

.content > a > svg{
    padding-right: 5px;
}

.sign-in > p > a{
    color: rgb(238, 190, 242);
    text-decoration: none;
    font-size: 18px;
}
