/*for Program.html*/
#programs{
padding-top: 20px;
text-align: center;
}

#field-page{
    border: 1px solid rgb(202, 202, 202);
    box-shadow: 2px 2px 10px rgb(202, 202, 202);
    padding: 50px 0px;
    margin: 80px;
    border-radius: 4px;
    
}
.all-field{
   display: flex;
   justify-content: center;
   gap: 100px;
   margin: 30px;
   
}
.field{
    background-color: rgb(41, 134, 234);
    text-align: left;
    border-radius: 10px;
    padding: 25px;
    width: 300px;
    color: white;
}
.field h2{
  padding-bottom: 15px;
}
.field li{
    list-style: none;
    line-height: 25px;
  
}