body {
    font-family: 'Cairo', Arial, sans-serif;
    text-align: center;
    background-color: #f0f0f0;
  }
  .student-card {
    border: 1px solid #ccc;
    width: 400px;
    padding: 20px;
    margin: 20px;
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    background: linear-gradient(6deg, #0e3b58, #1f73ab);
    color: #fff;
  }
  .student-card h1 {
color: #fff;
    font-size: 20px;
    }
#student-cards h2 {
    color: #fff;
    font-size: 16px;
}
#student-cards span {
    color: #fff;
    font-size: 17px;
}
  .student-card p {
    font-size: 1.2em;
    font-weight: 600;
    color: #f9d033;
    float: left;
    line-height: 21px;
    margin: 0;
    clear: both;
    text-align: left;
padding: 4px 0px;
}
button {
    font-family: cairo;
    line-height: 30px;
}
input {
    text-align: center;
    line-height: 30px;
}
.cardhead {
  float: left;
  text-align: left;
  line-height: 6px;
  padding-left: 4%;
}