* {
    padding: 0;
    margin: 0;
}

.menu-overlay {
    position: fixed;
    border-radius: 0px 30px 30px 0px;
    background-color: #212121;
    width: 65%;
    height: 100vh;
    z-index: 3 ;
    top: 0;
    opacity: 0;
    left: -100%;
}

.background-overlay {
    position: absolute;
    background-color: #212121;
    opacity: 0.9;
    width: 100vw;
    height: 100vh;
    opacity: 0;
}

.text-wrapper {
    position: absolute;
    top: 30%;
    left: 2.8em;
    width: 100px;
    height: 300px;
}

.text-container6:active {
    opacity: 0.5;
}

.text-container7:active {
    opacity: 0.5;
}

.text-container8:active {
    opacity: 0.5;
}

.text-container9:active {
    opacity: 0.5;
}

.text-container10:active {
    opacity: 0.5;
}

.text-container11:active {
    opacity: 0.5;
}

.text-container6 {
    position: absolute;
    background-color: transparent;
    display: flex;
    height: 50px;
    width: 210px;
}

.side-icon {
    position: absolute;
    color: rgba(236, 203, 245, 0.9);
    display: flex ;
    align-items: center;
    justify-content: center;
}

.side-icon3 {
    fill: rgba(236, 203, 245, 0.9);
}

.side-icon4 {
    fill: #959595;
}

.side-text {
    position: absolute;
    color: #f8f8f8;
    font-family: Rubik;
    font-size: 22px;
    font-weight: 400;
    left: 60px;
    width: 150px;
    height: 45px;
    text-align: left;
    display: flex;
    align-items: center;
}

.text-container7 {
    position: absolute;
    background-color: transparent;
    height: 50px;
    width: 210px;
    top: 50px;
    color: #f8f8f8;
    font-family: Rubik;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
}

.text-container8 {
    position: absolute;
    background-color: transparent;
    height: 50px;
    width: 210px;
    top: 100px;
    color: #f8f8f8;
    font-family: Rubik;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
}

.text-container9 {
    position: absolute;
    background-color: transparent;
    height: 50px;
    width: 210px;
    top: 150px;
    color: #f8f8f8;
    font-family: Rubik;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
}

.text-container10 {
    position: absolute;
    background-color: transparent;
    height: 50px;
    width: 210px;
    top: 200px;
    color: #f8f8f8;
    font-family: Rubik;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
}

.text-container11 {
    position: absolute;
    background-color: transparent;
    height: 50px;
    width: 210px;
    top: 250px;
    color: #f8f8f8;
    font-family: Rubik;
    font-weight: 400;
    text-align: left;
    display: flex;
    align-items: center;
}

.side-icon2 {
    position: absolute;
    color: rgba(236, 203, 245, 0.9);
    display: flex ;
    align-items: center;
    justify-content: center;
    left: 3px;
}

.side-text2 {
    position: absolute;
    color: #f8f8f8;
    font-family: Rubik;
    font-size: 25px;
    font-weight: 400;
    left: 60px;
    width: 150px;
    height: 45px;
    text-align: left;
    display: flex;
    align-items: center;
}

