body{
    background-color: green;
}
#box{
    width: 90%;
    height: auto;
    position: absolute;
    top:5%;
    left:5%;
}

.content{
    background-color: #fff;
    height: auto;
    border-radius: 15px 0 15px 0;
    padding:25px;
}

.button-group{
    text-align: right;
    margin-top:20px;
	
}
/* Yeni eklendi aşağıdakiler */


    .btn-light {

        background-color: #f8f9fa; /* Açık renk */

        color: #000; /* Siyah yazı rengi */

        border: 2px solid #000; /* Siyah kenarlık */

        font-size: 18px;

    }

    .btn-light:hover {

        background-color: #e0e0e0; /* Hover için gri ton */

    }

    .button-group {

        text-align: center;

        margin-top: 20px;

    }

    .button-group button {

        margin: 5px; /* Butonlar arası boşluk */

    }

