


body  {
    background-image: url(img/wp6659180-stardew-valley-desktop-wallpapers.png);
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-size: cover;
   
    border: 2px solid;

    resize: both;
    overflow: scroll;

    color: #964101;
    margin: 0;
    min-height: 100vh;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;    
  }

.head{
    padding: 20px;
    font-size: 2rem;
    
}

#head-title{
    color: antiquewhite;
}
#head-p{
    color: antiquewhite;
}

  .container{
    /* border: black dotted; */
    width: auto;
    max-width: 900x;
    padding: 20px 30px;
    border-radius: 10px;
    /* background-color: rgba(255, 255, 255,0.4); */
    border: 10px #964101;
    background-color: #FEC97A;
    box-shadow: 0 10px 10px 10px rgba(0,0,0, 0.2);

}
.text{
    /* border: black dotted; */
    font-size: 2.75rem;
   
}

.button-container{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    /* border:dotted black; */

}
button{
    cursor: pointer;
    font-size: 1.2rem;
    border: none;
    border-radius: 10px;
    color: #fff;
    background: #703512;
    outline: none;
    padding: 0.5rem 1.8rem;
    box-shadow: 0 0.3rem rgba(121, 121, 121, 0.65);
}

button:hover{
    filter: brightness(110%);
}

button:active{
    transform: translate(0, 0.3rem);
    box-shadow: 0 0.1rem rgba(255, 255, 255,0.65);

}


.grid-container {
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #703512;
    padding: 10px;
  }
  .grid-item {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    padding: 20px;
    font-size: 1.5rem;
    text-align: center;
  }

/* .output{
    display: flex;
    justify-content: space-between;
}

.keg{
    border: solid;
    border-right-style: solid  #703512;;
}

.jar{
    /* border-color: #703512; */
    /* 
    
    border-left-style: solid  #703512;; */
    


#demo{
    font-size: 2rem;
}

#demosell{
    font-size: 1.8rem;    
}


#crops{
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: solid #703512 2px;
    font-size: 1.2rem;
    font-style: #703512;
  }


footer{
    padding: 40px;
    color: antiquewhite;
}

  