@page { size: auto;  margin: 0mm; }
body {
    margin: 0;
    padding: 0;
    font-family: "Times New Roman";
    background-color: #C7CAB9;
}

.header {
    background-color: #303030;
    color: white;
    border-bottom: 1px solid #666666;
}
.header-upper {
    margin: auto;
    text-align: center;
    border-bottom: 1px solid #666666;
}

.image {
    height: 12rem;
    width: 12rem;
    border-radius: 9999px;
    position: relative;
    top: 30px;
}
.name {
    font-weight: bold;
    position: relative;
    top : 15px;
    font-size: 40px;
    letter-spacing: 1px;
}
.role {
    letter-spacing: 3px;
    font-size: 14px;
}

.details {
    margin: 0;
    justify-content: center;
    align-items: center;
    display: flex;
}

.details-items {
    margin: 0px 55px 15px 55px;
    text-align: center;
}

.header-lower {
    margin: auto;
    justify-content: space-around;
    align-items: center;
    display: flex;
    width: 50%;
}
.header-lower-items {
    margin: 15px;
    width: 100%;
    text-align: center;
}
.content {
    margin: 0px auto 0px auto;
    justify-content: center;
    width: 80%;
    padding-bottom: 100px;
}
.main-content {
    margin-right: 25%;
}
.side-bar {
    width: 17.5%;
    position: absolute;
    right: 0;
    margin-right: 9%;
    color: #c5cdd5;
    background-color: #303030;
    padding: 15px;
    border-radius: 12px;
}
.link {
    display: block;
    text-decoration: none;
    color: white;
}
.side-bar-sub-container {
    background-color: #3d3d3d;
    border: 1px solid #666666;
    border-radius: 12px;
    padding: 12px;
    margin: 0px 0px 25px 0px;
}
.project-title {
    margin-top: 0;
    color: white;
    font-size: 20px;
}
.project-image {

}
.project-description {

}
.profile-container {

}
.profile-title {

}
.profile-description {

}
.employment-container {

}
.employment-title {

}
.employment-details {

}
.employment-job {
    margin-bottom: 0px;
}
.employment-time {
    margin-bottom: 0px;
    margin-top: 0px;
}
.employment-summary {
    margin-bottom: 0px;
    margin-top: 0px;
}
.skill-name {
    margin: 0;
}
.skill-level {
    margin: 0;
}
.line-current-25 {
    position: relative;
    top: -6px;
    width: 25%;
    height: 6px;
    background-image: linear-gradient(to right, #CB13FE ,#00A7DF);
    margin: 0;
    border-radius: 5px;
}
.line-current-50 {
    position: relative;
    top: -6px;
    width: 50%;
    height: 6px;
    background-image: linear-gradient(to right, #CB13FE , #00A7DF);
    margin: 0;
    border-radius: 5px;
}
.line-current-75 {
    position: relative;
    top: -6px;
    width: 75%;
    height: 6px;
    background-image: linear-gradient(to right, #CB13FE , #00A7DF);
    margin: 0;
    border-radius: 5px;
}
.line-current-100 {
    position: relative;
    top: -6px;
    width: 100%;
    height: 6px;
    background-image: linear-gradient(to right, #CB13FE , #00A7DF);
    margin: 0;
    border-radius: 5px;
}
.line-base {
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #cbd3e2;
    margin: 0;
    border-radius: 5px;
}

