
form{
    background: rgb(37, 36, 36);
    justify-content: center;
    align-items: center;
    align-self: center;
    width: 100vw;
}

.booking{
    width: 80%;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
}
form div h2{
    color: coral;
    font-size: 30px;
    text-align: center;
    padding: 20px 10px;
    background: black;
    margin: auto;
    text-transform: uppercase;

}

form h1{
    font-size: px;
    text-transform: uppercase;
    color: white;
    text-align: center;
}

form p{
    font-size: x-large;
    text-align: center;
    color: black;
    color: brown;
}

.booking input{
    color: rgb(37, 36, 36);
    background: white;
    width: 55vw;
    height: 70px;
    display: flex;
    align-self: center;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    border: 2px solid brown;
    border-radius: 10px;
    transition: color 1s ease, padding 2s ease;
    font-size: xx-large;
}

.message textarea{
    width: 50vw;
    height: 200px;
    margin-top: 50px;
}
.submit input:hover{
    background: coral;

}
.submit input{
    width: 50vw;
    display: flex;
    margin: 100px auto;
    justify-content: center;
    text-align: center;
    align-items: center;
    height: 70px;
    font-size: 16px;
    color: rgb(22, 21, 21);
    background: brown;
    text-transform: uppercase;
    transition: color 2s ease, padding 2s ease;
}

.bottom-display a{
    font-size: 100px;
    color: coral;
    text-decoration: none;
    margin-right: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 30px;
    margin: auto;
    transition: color 1s ease, padding 2s ease;
}
.bottom-display a:hover{
    color: brown;
}
.bottom-display .fa{
    margin: auto;
}

.middle-bottom{
    display: block;
}


@media screen and (max-width:800px){
    .booking input{
        width: 80vw;
        height: 40px;
        font-size: 16px;

    }
    .message textarea{
        width: 70vw;
        height: 150px;

    }
    .submit input{
        width: 60vw;
        height: 45px;
    }
    form h1{
        font-size: 20px;
    }
    form p{
        font-size: large;
    }
}

@media screen and (min-width:400px){
    .booking input{
        width: 80vw;
    }
    .message textarea{
        width: 70vw;
    }

    .submit input{
        width: 60vw;
    }
}
