#contactCon > h1{
    padding: .7rem;
    color: rgba(0, 39, 46, 0.767);
    text-align: center;
}#contactCon > div > div{
    padding: 1rem;
    background-color: rgba(0, 81, 95, 0.767);
    border-bottom: 1px solid white;
    text-align: center;
}#contactCon > div > div > h2{
    color: white;
}#contactCon > div > div > img{
    width: 8rem;
}#contactCon > div > div > a{
    display: inline-block;
    padding: .5rem;
    border: 2px solid white;
    color: white;
    letter-spacing: 1px;
    border-radius: 1rem;
}#contactCon > div > div:first-child{
    border-top-left-radius: 8rem;
    border-top-right-radius: 8rem;
}#contactCon{
    flex-grow: .7;
}#contactCon > div > div:last-child{
    border-bottom-left-radius: 8rem;
    border-bottom-right-radius: 8rem;
}






#contactForm{
    padding: 1rem;
    color: rgb(0, 69, 82);;
}
#contactForm > h1{
    text-align: center;
}#contactForm > form{
    border: 2px solid rgba(0, 81, 95, 0.767);
    padding: 3rem;
    border-radius: 5rem;
    text-align: center;
}#contactForm > form > input, textarea{
    padding: .6rem;
    margin: 4px;
    border: 1px solid rgba(0, 81, 95, 0.425);
}#contactForm > form > button{
    background: rgba(0, 81, 95, 0.767);
    color: white;
    padding: .6rem;
    letter-spacing: 1px;
    border-radius: 1rem;
    border: none;
}


@media(min-width: 767px){
    main{
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        width: 100vw;
    }
}



#contacts{
    padding: 1rem;
}#contacts > h1{
    font-weight: 500;
    font-size: 1.5rem;
    color: rgb(0, 71, 62);
}#contacts > p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: .9rem;
    text-align: center;
    line-height: 1.5;
    border: 3px solid rgb(0, 71, 62);
    border-left: 10px solid rgb(0, 71, 62);
    border-right: 10px solid rgb(0, 71, 62);
    padding: 1rem;
    border-radius: 10rem;
}