a {
    color: purple;
    text-decoration: none;
}

button {
    border-radius: 150px;
    background-color: white;
    border-color: aqua;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

p {
    text-align: center;
}
