﻿body {
    background: linear-gradient(to right, #4738ac, #b0a5f6);
}

nav {
    background-color: #7b7da7;
}

#contactForm {
    background-color: #bdb7e5;
}

#jmPhoto {
    width: 200px;
    height: 201px;
    border: 0.2rem outset #6857d5; 
    border-radius: 10%;
}

#skillsList div {
    background-color: orange;
    font-weight: bold;
    border: 0.5rem outset blue;
    border-radius: 12px;
    text-align: center;
    margin: 0px 10px 10px 10px;
}
