body{
    background-color:black;
    font-family:Arial, sans-serif;
    margin: 0;
    padding: 0;
}

p{
    font-size: 19px;
    text-align: center;
    color: rgb(216, 215, 215);
}

h3, h4 {
    font-size: 30px;
    text-align: center;
    color: rgb(216, 215, 215);
}


.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: auto;
}

section#skills h2 {
    text-align: center;
    color: rgb(216, 215, 215);
    font-size: 30px;
}
section#Projects h2 {
    text-align: center;
    color: rgb(216, 215, 215);
    font-size: 30px;
}

a {
    color:rgb(8, 53, 255);
    text-decoration: none;
}

.contact-container {
    text-align: center;
    margin-top: 20px;

}
.contact-container p,
.contact-container script {
    display: inline-block;
    margin: 0 10px;

}

footer {
    align-items:normal;
    padding: 0px;
    width: 100%;
}