a:hover, button:hover {
    cursor: pointer;
}

.success {
    background: #5BAE50;
    padding: 10px;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.error {
    background: #9D2235;
    padding: 10px;
    color: white;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#container {
    min-height: 100vh;
    margin-bottom: 30px;
    margin-top: 50px;
}

.main-content {
    display: grid;
    justify-items: center;
    justify-content: center;
    overflow: hidden;
    padding-bottom: 30px;
}

.image-select{
    width: 130px;
    height: 130px;
}
.required_message{
    color: #9D2235;
}
.required_label{
    width: 180px;
}
.required_heading{
    margin-top: 15px;
}