.pagecontent img {
border-radius: 10px;
}


/* For Beyond the Classroom */

.image-container-classroom {
    display: inline-block;
    position: relative;
}

#button-classroom {
width: 250px;
height: 50px;
background-color: #9999cc;
border-radius: 5px;
padding: 5px 10px 5px 5px;
}

#button-classroom a {
color: white;
padding: 10px 0 0 0;
}

#button-classroom h5 {
padding: 5px 0 0 0;
}


/* For Organisers' Hub */

.image-container-hub {
    display: inline-block;
    position: relative;
}

#button-hub {
width: 250px;
height: 50px;
background-color: #ffcc66;
border-radius: 5px;
padding: 5px 10px 5px 5px;
}

#button-hub a {
color: white;
padding: 10px 0 0 0;
}

#button-hub h5 {
padding: 5px 0 0 0;
}


/* For Run a Club or Society */

.image-container-run {
    display: inline-block;
    position: relative;
}

#button-run {
width: 250px;
height: 50px;
background-color: #ffcc66;
border-radius: 5px;
padding: 5px 10px 5px 5px;
}

#button-run a {
color: white;
padding: 10px 0 0 0;
}

#button-run h5 {
padding: 5px 0 0 0;
}



/* For Run a Club or Society */

.image-container-run {
    display: inline-block;
    position: relative;
}

#button-ambassador {
width: 250px;
height: 50px;
background-color: #9999cc;
border-radius: 5px;
padding: 5px 10px 5px 5px;
}

#button-ambassador a {
color: white;
padding: 10px 0 0 0;
}

#button-ambassador h5 {
padding: 5px 0 0 0;
}

#button-lead {
width: 250px;
height: 50px;
background-color: #9999cc;
border-radius: 5px;
padding: 5px 10px 5px 5px;
}

#button-lead a {
color: white;
padding: 10px 0 0 0;
}

#button-lead h5 {
padding: 5px 0 0 0;
}