/*
 Theme Name:   Ziba Beauty
 Description:  A child theme of Twenty Twenty custom built for Ziba Beauty
 Template:     twentytwenty
 Version:      1.0.0
*/
#btn-book {
    background-color: darkblue;
    font-weight: bold;
    position:absolute;
    right: 20px;
    top: 20px;
    width: 200px;
    height: 35px;
    padding: 5px;
    text-align: center;
    border-radius: 10px;
}

#btn-book a {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 700px) {
    .footer-copyright {
        font-weight: 500;
        font-size: .8em;
    }
}