*{
    box-sizing: border-box;
    color: aliceblue;
    font-family: sans-serif, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue';
}

body{
    background-color: #2c0361;
    max-width: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-inline: auto;
}

main{
    width: 100%;
    border: 4px solid rgb(0, 181, 15);
    display: grid;
    grid-template-columns: repeat(4,1fr);
    border-radius: 20px;
    overflow: hidden;

}

a{
    text-decoration: none;
}

/* Left side of CV */

.h2-name{
    color: rgb(243, 207, 3);
    text-align: center;
    margin-top: 5px;
    font-size: 1.5rem;
}


.div-left{
    background-color: rgb(0, 0, 0);
    grid-column: 1;
    display: flex;
    flex-direction: column;
    align-items: center;   
    z-index: 10;
    padding: 10px 5px;
}

.profile-img{
    width: 200px;
    height: 200px;
    border-radius: 100%;
    object-fit: cover; 
    object-position: 10% 20%;
    margin: none;
    box-shadow: 0 0 20px rgb(255, 254, 254);
    border: 3px solid #ffb005;
    margin-right: 0px; 
    transition: .3s ease-in-out;
}

.profile-img:hover{
    box-shadow: 0 0 30px rgba(21, 255, 0, 0.774);

}

.skills,
.contacts{
    width: 100%;
    border-radius: 5px;
}

.skills h3,
.contacts h3{
    padding: 10px 0;
    background-color: rgb(0, 52, 136);
    text-align: center;
    color: #f7f7f7;
    font-size: 1.5rem;
}

.skills ul{
    padding-left: 18px;
}

.skills li{
    margin-bottom: 5px;
    color: rgb(243, 207, 3);

}

.skills p{
    font-size: 1.1rem;
    font-weight: 600;
}

.contact-divs{
    margin-bottom: 15px;
}


.contacts svg{
    margin-right: 7px;
    margin-bottom: -5px;
    width: 25px;
    height: 25px;
}
.contacts p{
    display: inline;
    font-weight: 600;
    transition: .5s;
}

.contacts p:hover{
    color:#04ff00 ;
}

.contact-divs{
    transition: .5s;
}

.contact-divs:hover{
    transform: scale(1.05);
}

.contact-divs a{
    text-decoration: none;
}

#download-btn{
    color: #000000;
    font-weight: 700;
    background-color: #fff01b;
    margin-inline: auto;
    display: block;
    padding: 10px 30px;
    border-radius: 30px;
    transition: .5s;
}

#download-btn:hover{
    background-color:#ff8000 ;
}

/* Right side of CV */

.div-right{
    background-color: rgb(28, 26, 169);
    width: 100%;
    height: 100%;
    grid-column:  2 / 5;
    padding: 0 7px
}

.div-right h2{
    color: #ff8800;
    background-color: rgb(0, 85, 222);
    padding: 5px;
    font-size: 1.8rem;
    margin-bottom: 10px;
}


.summary p{
    font-weight: 600;
    text-align: center;
}


/* Work Experience */


.section2-header{
    border-bottom: #000000 3px solid;
}

.section2-header h3{
    font-size: 3rem;
    text-shadow: 1px 1px 2px rgb(255, 208, 0), 0 0 25px rgb(147, 96, 0), 0 0 5px rgb(0, 0, 0);

}

.section2-header p{
    font-size: 1rem;
    font-weight: 800;
    margin-bottom: 10px;
    
}

.section2-header span{
    color: #1eff00;
}

.jobs{
    border-bottom: #000000 solid 5px;
}

.work-history span{
    font-size: 1.2rem;
    font-weight: 700;
    font-family: 'Courier New', Courier, monospace;
}

.header-jobs{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-jobs h3{
    font-size: 1.4rem;
    text-shadow: 1px 1px 2px rgb(81, 255, 0), 0 0 10px rgb(43, 0, 255), 0 0 5px rgb(0, 244, 8);

}

.job-position{
    font-weight: 800;
    margin-left: 20px;
    text-shadow: 1px 1px 2px rgb(0, 0, 0), 0 0 10px rgb(43, 0, 255), 0 0 5px rgb(0, 30, 255);
    color: #ff9500;
}

.section2-dates{
    color: #ffaa00;
    font-weight: 800;
}

.main-tasks{
    font-size: 1rem;
    font-weight: 700;
    text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(239, 247, 0), 0 0 2px rgb(174, 255, 0);

}

.content-jobs ul{
    font-size: 1rem;
    font-weight: 500;
}

.content-jobs li{
    margin-bottom: 15px;
    text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(170, 0, 255), 0 0 2px rgb(0, 30, 255);

}

.contact-div{
    margin-bottom: 30px;
}

.content-jobs svg{
    margin-right: 10px;
    position: relative;
    top: 5px;
    width: 25px;
    height: 25px;

}

.content-jobs span{
    margin-right: 20px;
    font-size: 1rem;
}

.contat-info{
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(239, 247, 0), 0 0 2px rgb(174, 255, 0);

}

.contact-div{
    display: flex;
}

.contact-link,
.high-school{
    color: rgb(255, 251, 0);
    transition: .2s ease-in-out;
    text-decoration: none;
    font-size: .8rem;
}

.contact-link:hover,
.high-school:hover{
    color: rgb(255, 145, 0);
}

/* Education / Certifications Section */

.education h3{
    font-size: 1.4rem;    text-shadow: 1px 1px 2px rgb(81, 255, 0), 0 0 10px rgb(43, 0, 255), 0 0 5px rgb(0, 244, 8);
}

.education a{
    font-size: initial;
}


.Certifications svg{
    display: inline;
    margin-bottom: -15px;
    margin-right: 20px;
}

.Certifications h4{
    display: inline;
    font-size: 1.6rem;
    color: #00ff33;
    text-shadow: 0 0 3px #000000, 0 0 15px rgb(255, 13, 0);
}


.ul-skills li{
    font-size: 1.7rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffe600;
    text-shadow: 0 0 3px #000000, 0 0 15px rgb(255, 13, 0);
}

.ul-skills1{
    margin-bottom: 30px;
}

.ul-skills1 a{
    color: #d9ff00;
    text-decoration: none;
    text-shadow: 0 0 3px #000000, 0 0 15px rgb(0, 255, 4);
    transition: .3s ease-in-out;
}

.ul-skills1 a:hover{
    color: #ffbf00;
    margin-left: 10px;
}