
.side-navigator-container {
    position: fixed;
    right: 0%;
    top: 20%;
    width: 120px;
    height: 333px;
    background-color: #fff;
    z-index: 999;
    border-radius: 10px;
    box-shadow:rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 10px 0;
}

.side-navigator-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.side-navigator-title {
    margin: 15px 0;
    font-weight: bold;
}

.side-navigator-title > p {
    font-weight: bolder;
    font-size: 1rem;
}

.side-navigator-wrapper > p {
    text-align: center;
    font-size: 1rem;
}

.side-navigator-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}

.side-navigator-content > div {
    text-align: center;
}

.side-navigator-content > div > p {
    margin: 8px 0;
    font-size: 14px;
    font-weight: bolder
}

.side-navigator-content img {
    width: 50%;
    /*border: 1px solid black;*/
    border-radius: 20%;
    padding: 5px;
}
.tele {
    margin-bottom: 15px;
}

@media screen and (max-width: 630px){
    .side-navigator-container{
        display: none;
    }
}