body{
    background-color: rgb(255, 176, 73);
}
#container{
    /* border:2px solid red; */
    background-color: white;
    width:50%;
    height:30%;

    position:absolute;
    left:25%;
    top:35%;

    box-shadow: 3px 4px 20px 0px;

    border-radius: 15px;
}

#preview{
    margin:5% 0 0 8%;
    /* border:2px solid rgb(17, 0, 255); */
    background-color: white;
    width:90%;
    height:30%;
    text-align: center;
}

#container button{
    position:absolute;
    left:45%;
    top:80%;
    border:0.1px solid black;
    border-radius: 5px;
    height:25px;
    width:140px;
    box-shadow: 3px 3px 7px 0px;
}

#container button:hover{
    background-color: rgb(255, 145, 0);
    border:0.1px solid black;
    border-radius: 5px;
    box-shadow: 3px 3px 7px 0px;
    cursor:pointer;
}