@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap');

.frase {
    font-family: 'Dancing Script', cursive;
}

@media (min-width: 992px) {

    .nav-link {
        color: white !important;
    }
    
}

.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    right:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 0px 0px 0px #999;
  z-index:100;
}

.my-float{
    margin-top:15px;
}