body{
    margin: 0;
    padding: 0;
    text-align: center;
    cursor: default;
}

button{
    position: fixed;
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}