div {
    font-size: 14pt;
    font-weight: bold;
}
button {
    font-size: 14pt;
    font-weight: bold;
    background-color: #db4559;
    color: #fefefe;
    border-radius: 8px;
    border: 0;
    padding: 9px 16px;
    margin-top: 15px;
    box-shadow: 0 2px 4px #8d8d8d;
}

button:hover {
    background-color: #e47886;
}

button:active {
    background-color: #d34659;
}