body {
    display: flex;
    justify-content: center;
    place-items: center;
    min-height: 90vh;
    background: #e8e8e8;
    overflow: hidden;
}

#catchMe {
    all: unset;
    position: absolute;
    padding: 10px;
    width: 80px;
    text-align: center;
    background: #006eff;
    border-radius: 7px;
    color: #fff;
    font-weight: 600;
    font-family: 'Consolas', sans-serif;
    transition: .2s;
    cursor: pointer;
}