.announcement {
    color: #fff;
    /* background-color: #0f172a; */
    background-color: #000;
    padding: 14px 20px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}
.announcement .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
}
#announcementForm {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
    background-color: transparent;
}
#announcementForm input#close {
    width: 25px;
    height: 25px;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    margin: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}
#announcementForm input#close:focus {
    border: none;
    outline: none;
    box-shadow: none;
}