body {
    background-color: #e3f2fd;
}

.sece {
    position: relative;
    max-width: 100%;
    padding: 1%;
    margin: 6%;
    background-color: rgb(255, 255, 255);
    border-radius: 50px;
    border: 10px rgb(172, 148, 148) ridge;
}

.bass {
    color: red;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 4vw;
}

.par {
    color: rgb(0, 0, 0);
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 1.5vw;
}

.yaz {
    position: absolute;
    bottom: 0;
    right: 5%;
    border: 10px ridge rgb(172, 148, 148);
    border-top: none;
    translate: 0 147%;
    padding: 5px;
    padding-top: 0;

    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.uyar {
    display: none;
}

@media (max-width:600px) {
    .sece {
        display: none;
    }
    .uyar{
        text-align: center;
        align-content: center;
        display:flex; !important
        width: 50vw;
        padding-top: 50vw;
        height: 50vw;
        position: absolute;
    }

}