html {
  scroll-behavior: smooth;
}
.center{
    text-align:center!important;
}
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.circle-contact{
    margin:8px 2px;
    text-decoration:none;
    width:30px;
    height:30px;
    border-radius:50%;
    background-color:#cd001a;
}
.btn-footer{
    text-decoration:none;
    padding-top:10px;
    background-color:#cd001a;
    color:#fff;
    border:1px solid #fff;
}
.width{
        width:22%;
    }
@media screen and (max-width: 767px) {
    .width{
        width:75%;
    }
}