footer {
    width: 100%;
    padding: 50px 400px;
    background: white;
    text-align: center;
    font-weight: bold;
    font-size: 10pt;
    opacity: 0.7;
}

footer>div {
    width: 100%;
    padding: 10px;
}

.infoDev>a {
    text-decoration: none;
    color: black;
}