/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/ClientSide/css.css to edit this template
*/
/* 
    Created on : 09.09.2023, 17:04:59
    Author     : Nico
*/

.icons{
    max-width:7%;
    height:auto
}

.grow { 
transition: all .2s ease-in-out; 
}

.grow:hover { 
transform: scale(1.5); 
}

.image{
    width:100%;
    height:auto
}


.hover-greyscale:hover,.hover-grayscale:hover{
    filter:grayscale(50%)
}