.college-head {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px;
    gap: 10px;
}

.college-logo img {
    max-height: 100px;
    width: 100%;
}


.college-name {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    gap: 10px;
}

.college-name h1 {
    font-weight: 800;
}