.back__arrow {
    margin-top: 30px;
    margin-left: 30px;
}

.nav__row {
    box-shadow: 0px 0px 10px 0px black;
}

.arrow__span {
    font-size: 30px;
}

@media only screen and (max-width: 700px){
    .nav__row {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: 80px;
    }
    .back__arrow {
        margin-top: 20px;
        margin-left: 10px;
    }
    .arrow__span {
        font-size: 20px;
    }
}

.btn-personalize {
    margin-top: 20px;
    margin-left:30px;
}

.right__arrow {
    margin-left: 20px;
    font-size: 15px;
}


.personalize__button {
    background-color: #385898;
    color: white;
    font-size: 15px;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 30px;
}

.avatar-text {
    font-size: 20px;
    margin-top: 30px;
    text-align: center;
    margin-right: 10px;
}

@media only screen and (max-width: 700px) {
    .avatar-text {
        font-size: 15px;
        margin-top: 10px;
        text-align: center;
    }

    .personalize__button {
        font-size: 10px;
        margin-top: 10px;
    }
}

.avatar-text > ul {
    display: inline-flex;
    list-style: none;
}

.avatar-text > ul > li {
    margin: 10px;
}

.avatar__head {
    color: #385898;
    border-bottom: 2px solid #385898;
}

.avatar__row {
    height: 500px;
    width: 1200px;
    margin-top: 20px;
    
    background-image: url(/Assets/Home/Index/background\ image.webp);
    background-size: cover;
    border: 1px solid #385898;
    border-radius:  50px;
}

@media only screen and (max-width: 700px) {
    .avatar__row {
        width: 100%;
    }
}

.button__row {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    width: 600px;
    background-color:  #385898;
    margin-top: -50px;
    border-radius: 50px;
}


.button__row > ul {
    list-style: none;
}

.button__row > ul > li {
    display: inline-flex;
}

.button__row > ul > li > button {
    padding: 30px;
    margin: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    border-radius: 50px;
    border: 1px solid white;
}

@media only screen and (max-width: 700px) {
    .button__row {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-left: -15px;
    }

    .button__row > ul > li > button{
        padding: 25px;
        margin: 5px;
        margin-top: 10px;
    }
}

.secondary__button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.secondary__button > ul > li {
    display: inline-flex;
}

.secondary__button > ul > li > button {
    padding: 30px;
    margin: 10px;
    border-radius: 50px;
    border: 1px solid #385898;
}

@media only screen and (max-width: 700px) {
    .secondary__button {
        justify-content: center;
        margin-left: -50px;
    }

    .secondary__button > ul > li > button {
        padding: 20px;
    }
}

.color__button {
    display: flex;
    justify-content: center;
    margin-top: -10px;
}

.color__button > ul > li {
    display: inline-flex;
}

@media only screen and (max-width: 700px) {
    .color__button {
        display: flex;
        margin-left: -50px;
    }
}

.avatar__image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    margin-top: 130px;
}

.avatar__image > img {
    height: 300px;
}

.button__text {
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.button__text > p {
    margin: 10px;
}

@media only screen and (max-width: 600px) {
    .button__text {

    }
}

.skin, .hair, .clothes, .shoes, .glasses {
    display: none;
    background-color: #385898;
    padding: 10px;
    width: 100px; 
    height: 40px;
    color: white;
    border-radius: 30px;
    text-align: center;
    border: 1px solid white;
}


.skin__show:hover + .skin {
    display: flex;
    color:black;
  }
