body{
    background-image: url("/images/bg3.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.resume{
    margin: 100px;
    color: black;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif, Helvetica, sans-serif, Times, serif !important;
}
.aboutme h1{
    font-size: 28px;
    margin-bottom: 20px;
}
.aboutme h2{
    font-size: 20px;
    margin: 20px 0;
}
.aboutme span{
    padding-right: 100px;
}
.title{
    border-bottom: 1px solid red;
    margin: 20px 0;
}

.workexperience h5{
    margin: 10px 0;
}
