
@font-face {
  font-family: 'sand';
  src: url('./fonts/sand.ttf');
}

body{
    
}

.navbar{
    background-color: #3a795b !important;
}
.container{
    margin-top: 5rem;
}
.piante{
    min-height: 217px;
    border-left: 10px solid #cecece;
    border-right: 10px solid #cecece;
}
.mensola{
    font-size: small;
}
.menu{
    cursor: pointer;
}
.pianta{
    width: 15%;
}
.header{
    font-size: 0.7rem;
}
.content{
    height: 130px;
}
.img-fluid{
    max-height: 130px;
}
.btn-sm{
    --bs-btn-font-size: 0.75rem;
    --bs-btn-padding-y: 0.1rem;
}
.dropdown-item{
    font-size: 0.8rem;
}
p{
    margin-bottom: 1rem;
    font-size: 0.8rem;
}
label{
    font-size: 0.8rem;
}
textarea{
    font-size: .875rem;
    resize: none;
}
