div {
    font-family: "Permanent Marker", cursive;
    text-align: center;
}

button {
    font-family: "Permanent Marker", cursive;
    font-size: 22px;
    width: 200px;
    height: 50px;
    border: 4px solid;
    border-radius: 15px;
    cursor: pointer;
}