body {
    background-color: #D8F1A0;
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    padding: 0;
    overflow: hidden;
    color: #646881;
}

.page{
    width: 100%;
    height: auto;
    position: absolute;
    top: 60px;
    bottom: 0;
    overflow-y: auto;
}

button {
    border-radius: 5px;
    background-color: #785964;
    color: #D8F1A0;
    border-style: none;
    width: 160px;
    height: 52px;
    font-weight: 500;
    font-size: x-large;
    padding: 10px 10px 10px 10px;
}

input, textarea, select, progress {
    background-color: #F3FFBD;
    color: #646881;
    border-style: solid;
}

label, input, textarea, select {
    font-size: x-large;
    padding: 10px;
}

#navbar {
    background-color: #646881;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 60px;
}

#navbar a {
    padding: 14px 16px;
    text-decoration: none;
    text-align: center;
    font-size: x-large;
    font-weight: 500;
    color: #9ED0E6;
    display: inline-block;
}

#dropdown {
    float: right;
}

#dropdown-content {
    display: none;
    position: absolute;
    float: right;
    background-color: #646881;
    min-width: 160px;
    z-index: 2;
}

#dropdown-content a {
    float: none;
    color: #9ED0E6;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

#dropdown:hover #dropdown-content{
    display: block;
}


.hide {
    display: none;
}

#plant-page, #login-page, #signup-page {
    text-align: center;
}

#goal-page {
    width: 100%;
    margin: auto;
    text-align: center;
}

#new-goal > div {
    padding: 5px;
}

#goal-amount {
    width: 50px;
}


#current-goals div {
    display: inline-block;
    padding: 14px;
    text-align: center;
    width: 30%;
}

hr {
    width: 70%;
    color: #646881;
    background-color: #646881;
    height: 3px;
    border-style: none;
}

