::placeholder{
font-style: italic;
}

.button-default{
    color: white;
    padding: 10px 15px 10px 15px;
    background: darkred;
    min-width: 100px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.button-default:hover{
    background: darkgreen;
}
