body {
    background-color: #dfdfdf !important;
    padding: 1rem 5rem;
    font-family: 'Cairo', sans-serif !important;
}

header, .description, .work-experience, .project, .other {
    margin-top: 30px;
    background-color: #f3f2f2;
    border-radius: 20px;
    padding: 20px;
}

p, li {
    font-size: 18px;
}

.banner{
    padding: 30px 10px;
}

.profile-pic{
    width: 20vw;
}

button {
    width: 200px;
    height: 100px;
}

.social div{
    margin-right: 20px;
}

svg {
    width: 30px;
    height: 30px;
}

.intro{
    padding-top: 100px;
}

.description{
    padding-top: 30px;
}

header, body>div{
    margin-bottom: 40px;
}

header > div {
    margin-bottom: 0px !important;
}

.project > div{
    max-width: 800rem;
    margin: 0 200px;
}

.project-container {
    position: relative;
    text-align: center;
    color: white;
    padding-bottom: 10px;
}

.project-container:hover {
    filter: grayscale(40%);
    -webkit-filter: grayscale(40%);
    -moz-filter: grayscale(40%);
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
}

.project-container a img {
    width: 250px;
    height: 250px;
    border-radius: 10px;
}


.project-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #e6e6e6;
    color: black;
    text-decoration: none;
    word-wrap: break-word;
}
