.footer{
    border-top: 1px;
    border-top-color: black;
    border-top-style: solid;
    padding: 10px;
    text-align: right;
    font-size: 40px;
    background-color: #1F1F1D;
}

hr{
    border-color:rgb(84, 1, 139);
}

#linkedin{
    color: #0e76a8;
}

#git{
    color: #fff;
    text-decoration: none;
}

#name{
    margin-bottom: 0px;
}

#addressAndMail{
    font-size: 13px;
    margin-bottom: 10px;
}

a{
    color: rgb(114, 3, 189);
    text-decoration: none;
}

a:hover{
    text-decoration: none;
    text-transform: none;
    color: rgb(114, 3, 189);
}

#mail{
    color: rgb(114, 3, 189);
}

#nav{
    background: #1d1c1c;
    color: rgb(114, 3, 189);
}

body{
    background: #272727;
    color: #747474;
}

p{
    color: #747474;
}

#navHead{
    color: rgb(114, 3, 189);
}

.header{
    color: rgb(114, 3, 189);
    text-transform: uppercase;
    text-align: center;
}

.jumbotron{
    background:#1F1F1D;
    height: 55%;
    padding: 20px;
    /* margin-left: 10px;
    margin-right: 10px; */
    /* border-radius: 2rem; */
    /* margin-top: 20px; */
    /* border: solid rgb(114, 3, 189) 3px; */
}

.image{
    height: 200px;
    border: solid rgb(114, 3, 189) 5px;
    border-radius: 6rem;
}

.icon{
    padding: 10px;
    color: #747474;
    text-align: center;
    margin-bottom: 30px;
}

.profile{
    margin-bottom: 50px;
    color: rgb(114, 3, 189);
}

.skills{
    margin-bottom: 50px;
    color: rgb(114, 3, 189);
}

.projects{
    color: rgb(114, 3, 189);
    margin-bottom: 100px;
}

.project-screenshot{
    height: 100px;
    width: 200px;
    border: solid rgb(114, 3, 189) 2px;
    border-radius: 0.6rem;
}

.da{
    font-size: 95px;
}

#da-new{
    color: rgb(114, 3, 189);
}

.project-description{
    margin: auto;
}

.project-info{
    margin-bottom: 40px;
    margin-top: 40px;
}

/* .projectDesDiv{
    margin-top: 20px;
} */