* {
    padding: 0;
    margin: 0;
    font-family: 'IBM Plex Sans', sans-serif;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background: #020b14;
}

.button {
    position: relative;
    border: 0;
    padding: 13px 40px;
    border-radius: 100px;
    font-size: 25px;
    font-weight: bold;
    color: #ec75bb;
    cursor: pointer;
    outline: 0;
    background-image: linear-gradient(-280deg, #13032e 0%, #160946 100%);
    box-shadow: 0 2rem 1.75rem 0 rgba(28, 11, 107, 0.5), 0 -0.25rem 1.5rem rgba(110, 15, 155, 1) inset, 0 0.75rem 0.5rem rgba(255, 255, 255, 0.4) inset, 0 0.25rem 0.5rem 0 rgba(180, 70, 207, 1) inset;
}