.adminstration{width:90%;min-width:300px;max-width:500px;padding:5px;height:90%;transition:transform .3s ease;transform:scale(1);border-color:#d1e3f2;margin:20px;color:#f1f1f1;cursor:pointer;font-family:sans-serif;background-color:#234966}.adminstration:hover{transform:scale(1.04);border:5px solid orange;border-radius:10px}h3{font-size:20px;text-align:center;font-weight:bolder}.CollegesCard{width:90%;min-width:300px;max-width:500px;height:90%;transition:transform .3s ease;transform:scale(1);margin:20px;color:#f1f1f1;cursor:pointer;font-family:sans-serif}.CollegesCard:hover{transform:scale(1.08);border-radius:10px}.eventsCard{width:100%;height:100%;max-width:390px;max-height:400px;transition:transform .3s ease;transform:scale(1);margin:20px;color:#f1f1f1;cursor:pointer;font-family:sans-serif;border-radius:10px}.eventsCard:hover{transform:scale(1.08)}.CollegeCard{width:400px;height:400px;border-color:rgba(240,248,255,0);transition:transform .3s ease;transform:scale(1);margin:20px;color:#f1f1f1;cursor:pointer;font-family:sans-serif;background-color:#f1ebe4}.CollegeCard:hover{transform:scale(1.08)}