.popup-newsletter {
    width: 95%;
    background-color: #ddd;
    margin: auto;
    padding: 10px;
}
.close {
    float: right;
}
.close:hover {
    text-decoration: none;
}
