.btn{
    grid-area: btn;
}

.eli{
    grid-area: eli;
}

.mac{
    grid-area: mac;
}

.eli2{
    grid-area: eli2;
}

.mac2{
    grid-area: mac2;
}

.btn button, .eli button, .eli2 button{
    background: rgba(250, 215, 2, 1);
    height: 5vh;
    border-radius: 30px;
    width: 80vw;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
}

.eli button,.mac button, .eli2 button,.mac2 button{
    width: 45vw;
    height: 5vh;
    font-size: 12px;
}

.mac button,.mac2 button{
    background: rgba(255, 255, 255, 1);
    border-radius: 30px;
    font-weight: 700;
    color: rgba(0, 0, 0, 1);
    border: 2px solid #FAD702;
}


.btn2{
    grid-area: btn2;
}

.btn2 button{
    height: 5vh;
    width: 80vw;
    border-width : 0;
    background: white;
    color: rgba(105, 105, 105, 1);
    font-weight: 700;
}



.popconfirm{
    grid-area: popconfirm;
}

.popconfirm button{
    background: rgba(250, 215, 2, 1);
    height: 5vh;
    border-radius: 30px;
    width: 75vw;
    font-weight: 700;
}

.popback{
    grid-area: popback;
}

.popback button{
    height: 5vh;
    width: 75vw;
    border-radius: 30px;
    background: #CFCFCF;
    color: #9C9C9C;
    font-weight: 700;
}