h1{
    color: white;
    font-size:40px;
    text-align:left;
}

.jumbotron  {
    background-color: green;
    padding: 50px 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.jumbotron img {
    width: 300px;
    margin: 30px;
}
.jumbotron h3, p{
    color:white
}
.main-container {
    flex-direction: row;
    display: center;
    justify-content: center;
}


.package-container {
    margin: 20px;
    padding: 16px;
    border: 3px solid black;
    border-radius: 16px;
    box-shadow: 5px 5px 10px gray;
}

.package-container p {
    color: black;
}

.package-container img {
    width: 300px
}
body {
    margin: 0px;
}

button {
    background-color: #5fc8f5;
    padding: 10px;
    color: white;
    border-radius: 20px;
    border: none;
}
.left{
    margin-left:60%;
}
.title {
    color: green;
    text-align: center;
}
table,th,td,tr,td { 
    border: 1px solid black;
    border-collapse: collapse;
    padding: 10 px;
}
th {    
    background-color: darkseagreen;
    color: white;
}
.table {
    display: center;
    justify-content: center;
    text-align: center;
}
.table img {
    width: 200px;
}
.title {
    color:green;
    text-align: center;
}

.pagar-kebun {
    flex-direction: row;
    display: center;
    justify-content: center;
}

 
.kebun {
    margin: 20px;
    padding: 16px;
    border: 3px solid black;
    border-radius: 16px;
    box-shadow: 5px 5px 10px gray;
}
.kebun p {
    color: black;
}

.kebun img {
    width: 300px
}




header {    
    background-color: green;
    color:white;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 50 px;
    display: flex;
}
.header-title{  
    text-align: left;
    color: white;
    margin: 14px;
    font-size: 18px;
}
nav {
    position: absolute;
    right: 0;
    display: flex;
}
a { 
    text-decoration: none;
    color: white;
    float: flex;
    padding: 15px
}
footer {
    color: white;
    text-align: center;
    background-color: green;
    padding: 10px;
    margin-top: 100px;
}
a:hover {
    color:black
}
button:hover {
    cursor: pointer;
    background-color: rgb(41, 159, 120)
}
.formcontainer{
    text-align: center;
    padding: 60px;
}
.formcontainer img {
    width: 300px;
}
.form {

    text-align: left;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}
input {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 3px;
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold;
}
select {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    border-radius: 3px;
    background-color:#2EC1AC
}


.about {
    display: block;
    width: 50%;
    margin-right:auto;
    margin-left: auto;
    margin-top: 5%;
    text-align: center;
}
.about h1 {
    text-align: center;
    color: darkorange
}
.about h3{
    color: green;
}
.about p{
    color: black;
}