.main {
    background: #f9f9f9;
}

.mainheading {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 50px;
    text-decoration: underline;
}

.imgpicture {
    border: 1px solid #2c2c2c;
    width: 150px;
    height: 150px;
    cursor: pointer;
    position: relative;
    text-align: center;
    margin: auto;
}

.imgpicture h5 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 12px;
}

.imgpicture img {
    width: 100%;
    height: 100%;
}

.headingtext {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
    background: #a8cad9;
    padding: 10px;
}

label {
    font-weight: 700;
}