* {
    background-color: #f5f5dc;
}
.info-container {
    border: 5px solid #3d211a ;
    background-color: #a07856;
    margin: 2rem auto;
    padding: 2rem;
    width: 40vw;
    height: 40vh , auto;
    border-radius: 25px;
    cursor: pointer;
}
.user-img {
    width: 12rem;
    height: 12rem;
    margin-left: 50%;
    transform: translateX(-50%);
    border: 10px solid #6f4d38;
    border-radius: 25px;
}
.name-container ,
.contacts-container ,
.objectives-container ,
.education-container ,
.skills-container ,
.achievements-container {
    margin-top: 1rem;
    border: 5px solid #3d211a;
    border-radius: 25px;
    background-color: #f5f5dc;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    height: 7rem ;
    transition: 0.4s ease;
    overflow: hidden;
}
.name-container:hover ,
.skills-container:hover ,
.education-container:hover {
    overflow: scroll;
    scrollbar-width: thin;
    scrollbar-color: #a07856 #f5f5dc;
}
.name {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    color: #3d211a;
    background-color: transparent;
    font-family:'Courier New', Courier, monospace;
    word-spacing: 1px;
    text-transform: uppercase;
    transition: 0.4s ease;
}
.section {
    font-size: 1.2rem;
    color: #6f4d38;
    font-weight: none;
    background-color: transparent;
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
}
.extra-info {
    border: 5px solid #3d211a;
    text-align: center;
    font-size: 1rem;
    color: #f5f5dc;
    font-weight: none;
    background-color: #a07856;
    font-family: 'Courier New', Courier, monospace;
    text-transform: uppercase;
    font-style: italic;
    border-radius: 25px;
}
.name-container:hover .extra-info {
    display: block;
    margin-top: 1rem;
    padding: 0.5rem;
}
.name-container:hover {
    height: 15rem;
}
.name-container:hover {
    scale: 1.05;
}
.contacts-container {
    text-align: center;
    font-family: "Courier New" , "Courier";
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin: 1rem;
    height: 7vh;
    overflow: hidden;
}
.contacts-container:hover {
    height: 14rem;
    transition: 0.4s ease;
    scale: 1.1;
}
#contacts {
    margin: 0;
    text-align: center;
}
#contacts::before {
    content: "📘 ";
}
.contacts-container:hover #contacts::before {
    content: "📖 ";
}
#no::before {
    content: "📞 ";
}
#email::before {
    content: "✉️ ";
}
#loc::before {
    content:"📌 ";
}
.contact-details {
    font-size: 1.05rem , auto;
    text-align: left;
}
#no , #email , #loc {
    font-size: 1.04rem;
}
#email {
    text-transform: lowercase;
}
#objectives::before {
    content: "🧾 ";
}
#objectives ,
#skills ,
#achieve {
    margin: 0;
    text-align: center;
}
.objectives-container ,
.skills-container ,
.achievements-container {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin: 1rem;
    height: 7vh;
}
.objectives-container:hover ,
.skills-container:hover ,
.achievements-container:hover {
    height: 18rem;
    transition: 0.4s ease;
    scale: 1.1;
}
.obj-text ,
.skill-text {
    font-size: 1.2rem;
    text-align: justify;
    max-height: 20rem ;
    min-height: auto;
    overflow-y: auto;
    padding-right: 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: #a07856 #f5f5dc;
}
.achieve-text {
    font-size: 1.2rem;
    text-align: justify;
    overflow-y: auto;
    padding-right: 0.5rem;
    scrollbar-width: thin;
    scrollbar-color: #a07856 #f5f5dc;
    max-height: 2rem;

}
.skill-text ,
.achieve-text {
    text-align: left;
}
#education::before {
    content: "📚 ";
}
#education {
    margin: 0;
    text-align: center;
}
.education-container {
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1.3rem;
    margin: 1rem;
    height: 7vh;
}
.education-container:hover {
    height: 25rem;
    transition: 0.4s ease;
    scale: 1.05;
}
.educ-text {
    font-size: 1.1rem;
}
.educ-text::before {
    content: "🏅";
}
#skills::before {
    content: "⌨ ";
}
.skill-text::before {
    content: "💡 ";
}
#achieve::before ,
.achieve-text::before{
    content: "🏆 ";
}

.info-container {
    box-shadow: 5px 10px 20px black;
}

.name-container ,
.contacts-container ,
.skills-container ,
.objectives-container ,
.education-container ,
.achievements-container {
    box-shadow: 0 5px 20px #3d211a;
}