body{
    background-color: rgba(97, 15, 72, 0.734);
}

.homepage_image{
    cursor: pointer;
    width: 120px;
    height: 160px;
}

.selected {
    border: 2px solid yellow;
}

#error_if_more_than_ten {
    color: red;
    font-weight: bold;
}

#step_2 {
    color: lightgreen;
    text-decoration: none;
}