body > div {
    display: none;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

button {
    height: 50px;
    width: 200px;
    border-radius: 10px;
    box-shadow: none;
}