h1{ 
    justify-content: center;
    display: flex;
}

h2{
    text-align: center;
}

p{
    color: black;
    font-size: 20px;
}


#nav{
    float: left;
    background-color: aqua;
    width: 45px;
    height: 20px;
    padding: 10px;
    border: hidden;
    position: fixed;
}

.dropNav{
    display: inline-block;
    position: relative;

}

.navLink{
    display: none;
    position: absolute;
    background-color: rgb(27, 121, 230);
    min-width: 160px;
    z-index: 1;
}

.navLink a{
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.navLink a:hover {
    background-color: rgb(42, 187, 220);

}

header{
    background-color: rgb(20, 121, 87);
    padding: 20px;
    margin: 0;
}

body{
    background-color: white;
}

.show {
    display: block;
}

.imgLeft{
    float: left;
    width: 400px;
    height: 300px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.imgRight{
    float: right;
    width: 400px;
    height: 300px;
    margin-left: 15px;
    margin-bottom: 15px;
}

.feedbackForm{
    text-align: center;
    justify-content: center
}

form{
    justify-content: center;
    margin: 0 auto;
    width: 300px;

}

.greeting{
    justify-content: center;
    text-align: center;
}