.button{background-color:var(--color-red);padding:20px;color:#fff;display:flex;flex-direction:row;align-items:center;gap:10px;width:170px;height:40px;justify-content:space-between;line-height:1.4em}.button:hover{background-color:var(--color-blue)}