button {
    color: #000000;
    width: 150px;
    height: 80px;
    border-radius: 30px;
}
p {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
body{
    width: 100vw;
}

