.sidebar {
    margin-top: 1vh;
    max-height: 50vh;
    width: 0;
    position: absolute;
    top: 21vh;
    background-color: #00000078;
    overflow-x: hidden;
}
.open {
    width: 65%;
}
.close{
    margin: 1vh;
    position: absolute;
    top: 0;
    right: 0;
    height: 3vh;
    cursor: pointer;
    transition: 0.3s;
    background-color: #ffffffb4;
    border-radius: 25%;
}

.SidebarContent{
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 4vh;
}

.divSidebarLink{
    display: block;
    text-align: center;
    width: 100%;
    position:relative;
	bottom: 0;
    margin-bottom: 2vh;
}
.SidebarLink{
    font-size: 2.5vh;
    border: none;
    background: none;
    color: #000000;
    cursor: pointer;
    transition: 0.3s;

    background-color: #ffffff;
    border-radius: 7%;
    padding: 1vh;
    text-decoration: none;
}
.openSidebarstyle {
    background-color: transparent;
    border: none;
    padding: 0;
}

