.footer {
    background-color: #000000;
}


.text-white * {
    color: #fff;
}

.photo {
    border-radius: 10px;
    height: auto;
    width: 100%;
}

.bb-nice-blue {
    border-bottom: #2284d7 2px solid;
}

.bg-nice-blue {
    background-color: #2284d7;
}

.header-contacts * {
    color: red;
    text-decoration: none;
}

.click-to-copy {
    text-decoration: underline;
    text-decoration-color: #2284d7;
    text-decoration-style: dotted;
    cursor: copy;
}