.customBtn{color:#fff;cursor:pointer;background-color:#000;border:.5px solid #fff;border-radius:8px;width:fit-content;height:fit-content;padding:10px 18px;transition:transform .2s,box-shadow .2s;position:relative;box-shadow:0 4px #228b22}.customBtn:hover{transform:translateY(-4px);box-shadow:0 8px #228b22}
