p {
    margin: 30px 0px;
    font-weight: bold;
    text-decoration: underline;
}

.nupp {
    background-color: #3498db;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
}

.nupp:hover {
    background-color: #2980b9;
}