body {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    background-image: radial-gradient(#acacac 25%, #acacac 74%);
}
main{
    height: 1600px;
    width: 900px;
    background-color: rgb(235, 235, 235);
    box-shadow: 5px 5px 20px 5px #cfcfcf;
    margin: 15px auto;
}
.navbar {
    background-color: #001755;
    overflow: hidden;
    display: flex;
    justify-content: center;
    padding: 10px;
}
.navbar a {
    color: white;
    text-decoration: none;
    padding: 10px 20px;
    text-align: center;
    border-radius: 4px;
    margin: 0px 10px;
}
.navbar a:hover {
    background-color: #002794;
}
#date {
    position: absolute;
    top: 0px;
    right: 6px;
    color: #c7c7c7;
    padding: 7px 20px;
    text-align: center;
    border-radius: 4px;
}
.top-section {
    position: relative;
    background-color: #00071a;
    text-align: center;
    padding: 15px;
}
.profile-pic {
    width: 200px;
    object-fit: cover;
    border-radius: 50%;
}
.p1 {
    color: white;
    font-size: 40px;
    font-weight: bold;
    margin: 0px;
    margin-top: 10px;
}
.p1 span {
    font-weight: 100;
    color: #c7c7c7
}
.p2 {
    font-size: 20px;
    color: #c7c7c7;
    margin: 0px;
    margin-top: 10px;
}
.col-1 {
    display: flex;
    width: 35%;
    float: left;
}
.col-2 {
    width: 57%;
    float: left;
}
.line {
    border-left: 1px solid #c7c7c7;
    height: 1150px;
    width: 5%;
    margin-top: 20px;
    float: left;
}
.content-box {
    padding: 20px;
}
.head {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}
.p3 {
    color: #3a3a3a;
    margin-bottom: -5px;
}
.p3 a {
    text-decoration: none;
    color: #3a3a3a;
}
.fa {
    color: #1c3d8a;
}
.skills {
    margin-left: -20px;
    margin-bottom: 0px;
}
.skills li {
    padding: 5px;
}
.skills li span {
    color: #3a3a3a;
}
.p4 {
    font-size: 14px;
    color: #3a3a3a;
}

.table-data {
    font-size: 14px;
    color: #3a3a3a;
    text-align: center;
}
.table-row {
    height: 40px;
}
.skill-table {
    border-spacing: 10px 10px;
}
.cv-paragraph {
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', sans-serif;
    font-size: 17px;
}
footer {
    display: flex;
    justify-content: center;
    background-color: rgb(75, 75, 75);
}
.footer-text {
    color: #c7c7c7;
    padding: 0px 20px;
    margin: 14px 0px;
}
.career-list {
    padding-left: 20px;
}
.form-div{
    display: flex;
    justify-content: center;
}
.form-container {
    width: 100%;
    max-width: 400px;
    margin-top: 60px;
    background-color: #e0e0e0;
    padding: 10px 30px;
    border-radius: 0 0 10px rgba(0,0,0,0.1);
}
.input-line {
    display: flex;
    margin: 10px 0px;
    justify-content: space-between;
}
.input-radio {
    display: flex;
    flex-direction: column;
    margin: 10px 0px;
}
.intro {
    display: flex;
}
.intro-text {
    padding: 0px 60px 00px 60px;
}