footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
    height: 80px;
    background-color: rgba(34, 34, 34, 0.7);
    box-shadow: 0px -10px 10px rgba(34, 34, 34, 0.7);
}

footer a {
    padding: 0 5px;
    text-decoration: none;
    transition: color 0.5s ease;
}

footer a:hover {
    color: white;
}

.social-media img {
    height: 50px;
}

.policys {
    display: flex;
    flex-direction: row;
}