.ab1sec {
    background-color: #f3c500;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 99;
}

.alertbar001_content {
    font-family: "Prompt", sans-serif;
    font-size: 25px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    padding-right: 30px;
}

.alertbar001_content p {
    display: flex;
    align-items: center;
    margin: 0;
}

.alertbar001_content button {
    border-radius: 8px;
    border-style: none;
    margin: 10px;
    background-color: #212121;
    color: #fff;
    padding: 5px;
}

.alertbar001_content button:nth-child(3):hover {
    background-color: rgb(255, 255, 255);
    color: #000;
}

.alertbar001_closebut {
    position: absolute;
    margin: 15px 20px 0 auto;
    right: 0;
}

.alertbar001_closebut p {
    border: none;
    background: none;
    text-decoration: none;
    font-size: 35px;
    cursor: pointer;
}

.alertbar001_closebut p:hover {
    color: rgba(0, 0, 0, 0.5);
}

@media (max-width:400px) {
    .alertbar001_content p {
        font-size: 14px;
    }
}