.center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 75vh;
}

#crab {
    width: 300px;
    height: 300px;
    cursor: pointer;
}