#contactus{
    width: 100%;
    float: left;
}
.contactus1{
    width: 70%;
    margin: 0 15% 0 15%;
    height: 50vh;
    background: url('../image/coffee1.jpg') no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
#contactme{
    width: 100%;
    float: left;
}
.contactme1{
    width: 70%;
    margin: 10vh 15% 0 15%;
    border: 1px solid #ddd;
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(350px,1fr));
    justify-content: center;
}
.form1{
    border: none;
    border-bottom: 1px solid #ddd;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 15px;
}
.bn{
    border: none;
    background-color: rgb(3, 211, 3);
    margin: 5px;
    padding: 8px 16px;
    border-radius: 10px;
    color: #ddd;
}
.bn:hover{
    opacity: 0.5;
}