.footer{
    width: 100%;
    height: 200px;
    background-color: #000;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer__web-studio{
    color: #fff;
    font-size: 16px;
}