*{
    font-family: "Outfit";
}

button{
    cursor: pointer;
    transition: all .15s ease-in-out;
}
button:hover{
    scale: 1.1;
}
button:active{
    scale: .95;
}