h1 {
    margin-top: 40px;
    margin-bottom: 0px;
}
p {
    font-size: 20px;
}
.content-area {
    flex: 1;
    padding: 2rem;
}

.help img {
    height: 200px;
    cursor: pointer;
    
}
.scaled_img {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
}

#scaled_img_path {
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border: 3px solid rgb(87, 97, 227);
    border-radius: 6px;
}

.close_scaled_img img {
    width: 40px;
    height: 40px;
    display: flex;
    float:right;
    
}

.close-icon {
    position: absolute;
    right: 0;
    top: -50px;

}