footer {
    position: inherit;
    background-color: #ccc;
    border: 2px solid rgb(142, 142, 142);
    border-radius: 10px 10px 0px 0px;
    height: 200px;
}

footer a {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: 50%;
    padding-top: 50px;
    transform: translate(-50%, 0);
    color: rgb(0, 0, 0);
    font-weight: bolder;
    font-family: 'Germania One', cursive;
    font-size: 25px;
}

.x {
    text-align: center;
    display: flex;
    justify-content: center;
    margin-left: 50%;
    padding-top: 50px;
    transform: translate(-50%, 0);
    color: rgb(75, 114, 185);
    text-decoration: underline;
    font-family: 'Germania One', cursive;
    font-size: 15px;
}