.skillCard {
    text-align: center;
    background-color: #0c2343;
    max-width: 250px;
    display: inline-block;
    margin: 4em;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
}

.prof4 {
    border: 7px solid rgb(255, 187, 0);
}

.dot4 {
    background: rgb(255, 187, 0);
    width: 100px; 
    height: 100px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center; 
    justify-content: center;
    text-align: center;
    font-weight: bold;
    margin: 4em;
}

.prof3 {
    border: 7px solid rgb(34, 124, 228);
}

.dot3 {
    background: rgb(34, 124, 228);
    width: 100px; 
    height: 100px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center; 
    justify-content: center;
    text-align: center;
    font-weight: bold;
    margin: 4em;
}

.prof2 {
    border: 7px solid rgb(228, 34, 34);
}

.dot2{
    background: rgb(228, 34, 34);
    width: 100px; 
    height: 100px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center; 
    justify-content: center;
    text-align: center;
    font-weight: bold;
    margin: 4em;
}

.skillHeader h1{
    padding-left: 1em; 
    padding-top: 1em;
    margin: 0px!important;
}

#skillKey{
    display: inline-block;
}

img.skillPic {
      width: 80%;
      border-radius: 50%;
      margin: 1em;
}

div.skillCardProfile {
    background-color: white;
    color: black;
    padding: 0.05em;
}
