.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: rgb(49, 49, 49);
   color: white;
   text-align: center;
}

.textLink {
    color: rgba(39, 39, 39, 0.815);
    font-weight : bold;
}

/* .personalPadding {
    padding-top: 5%;
    padding-bottom: 5%;
} */