.settings-title {
    position: absolute;
}

.settings {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.settings-sphere-panel {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    justify-self: center;
    align-self: center;
    width: 50%;
    padding: 1% 0;
}

.settings-sphere {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: rgb(17, 17, 181);
    cursor: pointer;
    transition: none;
}

.language {
    width: 100%;
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.language span {
    margin-right: 2%;
}

.language-selection {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 15%;
    height: 25%;
    background-color: #ff662f;
}

.icon-left {
    transform: rotate(180deg);
}

.settings-icon {
    width: 20px;
    height: 15px;
    cursor: pointer;
}