.footer {
   position: relative;
   background-color: #2E2E2E;
   height: 100px;
   text-align: center;
   display: flex;
   justify-content: center;
}

.footer-text {
   font-size: 20px;
   color: white;
}

.footer-link {
   text-decoration: underline;
}