@font-face {
    font-family: "MuseoSansDisplay-Light";
    src: url("fonts/MuseoSansDisplay/MuseoSansDisplay-Light.ttf");
}

footer {
    position: relative;
    width: 100%;
    background: linear-gradient(90deg, #240f0c, #631f1e, #b44641, #631f1e, #240f0c);
    color: #ffffff;
}

footer i {
    font-size: 2rem;
    color: white;
}

.telegram-btn{
    margin-left: 50px;
    font-family: 'Montserrat';
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: cornflowerblue;
    border: 1px solid transparent;
    padding: 5px;
    border-radius: 20px;
    width: auto;
    transition: all .2s;
}

.telegram-btn span{
    margin-left: 5px;
    color: white;
}

.telegram-btn:hover{
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px 0 rgba(0,0,0,0.20);
    transition: all .2s;
}