body{
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.header h1{
    text-align: center;
    font-size: 50px;
    margin-top: 0px;
    padding-top: 15px;
}
.caption h2{
    text-align: center;
    font-size: 25px;
    color: rgba(46, 84, 121);
}

form{
    text-align: center;
    font-size: 25px;
}
label{
    color: rgba(46, 84, 121);
}

input{
    height:30px;
    width: 500px;
    align-items: center;
    font-size: 20px;
    border-radius: 5px;
    border-width: 3px;
    border-color: rgba(109, 139, 79);
    margin-bottom: 20px;
    color: rgba(46, 84, 121);
}
input:focus{
    border-color: rgba(109, 139, 79);
    outline: none;
}

.buttons input{
    font-size: 30px;
    width: auto;
    height: auto;
    padding: auto;
    cursor: pointer;
}

.name input{
    width: 200px;
}

textarea{
    height: 100px;
    width: 30%;
    align-items: center;
    font-size: 20px;
    border-radius: 10px;
    border-width: 3px;
    border-color: rgba(109, 139, 79);
    color: rgba(46, 84, 121);
    text-emphasis-color: rgba(0,0,0);
    margin-bottom: 15px;
}
textarea:focus{
    border-color: rgba(109, 139, 79);
    outline: none;
}
#pitch{
    margin-left: 20%;
    margin-right: 20%;
}

