.sidebar {
    width: 70px;
    position: fixed;
    margin-top: 60px;
    bottom: 0px;
    top: 0px;
}

.sidebar-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    border: none;
    border-radius: 10px;
    background-color: white;
}

.sidebar-link:hover {
    background-color: rgba(211, 211, 211, 0.3);
}

.logo {
    width: 35%;
}

.info {
    margin: 0px;
    font-size: 10px;
}