
.line{
    border:solid 1px;
}

footer{
    margin-top: 00px;
    min-height: 500px;
    padding:20px;

}

#contact{
    display:block;
    float:left;
    margin-top:100px;
    min-width:300px;
    max-width:100%;
    min-height: 400px;
}

input, select {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
input[type=submit]:hover {
    background-color: #45a049;
}

#address {
    list-style: none;
    margin-top: 100px;
}
#address ul{
    list-style: none;
    margin-left: -40px;

}
#times{
    list-style: none;
    margin-top: 100px;
}
