body{
    display: flex;
    flex-direction: column;
    align-items: center;
}
button {
    width: 100px;
    height: 50px;
}

p{
    font-size: 50px;
}