.textbox{
    background-color: gray;
    margin: 10px;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    
}
.image{
    max-height: 600;
    max-width: 1000;
}

