.curvedbuttongit {

    width: 90px;
    height: 30px;
    border-radius: 30px;
    cursor: pointer;

    background-color: #8534F3;

}

.curvedbuttongit:hover {
    border-radius: 100px;
    opacity: .9;

}
.curvedbuttongit:active {
    background-color: #43179E;
}
.curvedbuttonlinkedin {
    width: 90px;
    height: 30px;
    border-radius: 30px;
    cursor: pointer;

    background-color: #00A0DC;
}
.curvedbuttonlinkedin:hover {
    border-radius: 100px;
    opacity: .9;

}
.curvedbuttonlinkedin:active {
    background-color: #0077B5;
}


.curvedbuttonleetcode {
    width: 90px;
    height: 30px;
    border-radius: 30px;
    cursor: pointer;

    background-color: #1BA3FF;
}
.curvedbuttonleetcode:hover {
    border-radius: 100px;
    opacity: .9;

}
.curvedbuttonleetcode:active {
    background-color: #1480c9;
}


.curvedbuttonyellow{
    width: 100px;
    height: 30px;
    border-radius: 30px;
    cursor: pointer;

    background-color: #fcc437;}
.curvedbuttonyellow:hover {
    background-color: #f5c45b;
}
.curvedbuttonyellow:active {
    background-color: #ce9d2b;
}
.curvedbuttonwhite{
    width: 100px;
    height: 30px;
    border-radius: 30px;
    cursor: pointer;

    background-color: #faf9f6;
}
.curvedbuttonwhite:hover {
        background-color: #f6f2f2;
    }
.curvedbuttonwhite:active {
        background-color: #e3d5d5;
}

/*
End of the button styling
*/

.boxwhite {
        width: auto ;
        height: auto;
        border: 3px solid #000000;
        border-radius: 10px;
        background-color: #FAF9F6;

        padding: 2px;
        }
.button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    padding: 2px;

}


dialog::backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

dialog {
    padding: 20px;
    border-radius: 8px;
    border: 3px solid #000000;
    background-color: #eaa210;
}





.half-width-image {
    display: block;
    width: 50%;
    max-width: 1200px;
    height: auto;
    margin: 20px auto;     }