.restarea{
    margin-top: 50px;
    height: auto;
    width: auto;
    text-align: center;
}

.restarea p{
    color: black;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    font-size: 20px;
    margin-top:100px;
}

.p1{
    font-family: 'Dancing Script', cursive;
    font-weight:bolder;
    font-size: 25px;
}

.heart{
    color: teal;
    font-weight:bolder;
    font-size: 25px;
}

img{
    width:40px;
    height:40px;
}

.touch{
    margin-top: 80px;
    margin-bottom: 80px;
}

.touch-col{
    background-color: yellowgreen;
}

.touch-h1 h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 40px;
}

.touch-h1 p{
    font-size: 20px;
    font-weight: 400;
    text-align: justify;
    color: black;
}

.touch-h1 p a{
    text-decoration: none;
    color: black;
}

.touch-h1 p a:hover{
    color: rgb(66, 66, 66);
}

.touch-h1 .fa{
    color: teal;
}

.touch-h1 .form-control{
    border: solid 1px black;
    border-radius: 0px;
    height: 50px;
    padding: 20px;
    font-size: 18px;
    margin-top: 30px;
}

.touch-h1 .form-control:focus{
    box-shadow: none;
    border: solid 1px black;
}

.textarea-form{
    height:100px !important;
}

.touch-h1 .btn{
    margin-top: 30px;
    background: black ;
    color: white;
    border-radius: 0px;
}

.touch-h1 .btn:focus, .touch-h1 .btn:hover{
    color: white !important;
    opacity: 0.9;
    box-shadow: none;
}