body{
    background-color: whitesmoke;
    margin: 0;
    padding: 0px;
    width: 100%;
    overflow-x: hidden;
}
.student-head-container{
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding: 40px 40px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bolder;
}
 #changeBtn,
.change-background-btn,
.add-students-button {
    background-color: #811ED2;
    color: white;
    border: none;
    font-size: 16px;
    font-family: Arial, sans-serif;
    cursor: pointer;
    border-radius: 15px;
    width: 200px;
    height: 50px;
}
.student-information-container{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bolder;
    padding: 40px;
}
.main-content-container{
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
    padding: 40px 90px;
    margin: 20px;
    border: 3px solid rgb(205, 199, 199);

}

.content-items{
    display: flex;
    flex-direction: row;
    gap: 40px;
    justify-content: space-between;
}

