*{
    font-family: Arial, Helvetica, sans-serif;
}
 
/* Кнопка вверх */
#scrollToTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 900;
    color: white;
    border: none;
    padding: 2vh;
    cursor: pointer;
    transition: bottom 0.3s ease;
    background-color: grey;
  }

#scrollToTopBtn:hover{
    background-color: rgba(46, 45, 45, 0.404);
}

.card-img:hover{
    transform: scale(1.01);
}

.header-text{
    color: white;
    text-decoration: none;
}

.footer-icon:hover{
    transform: scale(1.05);
}

.card {
    position: relative;
    background-size: cover;
    background-position: center;
}

