*{
    padding:0px;
    margin:0px;
    box-sizing: border-box;
}
.topnav {
    background-color: #333;
    overflow: hidden;
}
  
header{
    color: #04AA6D;
    text-align: center;
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
}
h2{
    color: #04AA6D;
    text-align: center;
    font-size: 30px;
    text-align: center;
}
h3{
    color: #04AA6D;
    text-align: center;
    font-size: 30px;
    text-align: left;
}
.topnav a {
    float: left;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
  

.topnav a:hover {
    background-color: #ddd;
    color: black;
}

.topnav a.active {
    background-color: #04AA6D;
    color: white;
}
p{
    color:black;
    font-size: 20px;
    font-family:inherit;
    text-align: left;
    margin-left: 50px;
}
.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial;
}
  
  /* Links inside the navbar */
.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
  
  /* The dropdown container */
.dropdown {
    float: left;
    overflow: hidden;
}
  
  /* Dropdown button */
.dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; /* Important for vertical align on mobile phones */
    margin: 0; /* Important for vertical align on mobile phones */
}
  
  /* Add a red background color to navbar links on hover */
  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: red;
}
  
  /* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
  
  /* Links inside the dropdown */
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}
  
  /* Add a grey background color to dropdown links on hover */
  .dropdown-content a:hover {
    background-color: #ddd;
}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {
    display: block;
}
@media only screen and (max-width: 678px) {
body {
    min-width: 360px ;
    background-color:whitesmoke;
    margin:auto;
}
}
a{
    color:black solid;
    text-align: center;
}
main>div{
    /* display: flex; */
    flex-direction: column;
    margin: auto;
}
@media only screen and (min-width: 1024px) {
body {
    background-color:whitesmoke;
    /* margin:auto; */
}
nav>ul{
    flex-direction:column;
}
img{
    min-width: 60px;
}
}
address{
    color:black solid;
    text-align: center;
}
main>div{
    display: flex;
    flex-direction: row-reverse;
}
@media only screen and (min-width: 678px) {
    body {
        max-width: 1024px;
        background-color:whitesmoke;
        margin: auto;
    }
    nav>ul{
        flex-direction:row;
    }
    }
    address{
        color:black solid;
        text-align: center;
    }
    /* main>div{
         max-width: 1024px;
        display: flex;
        flex-direction:column;
        margin-left: 50px;
    } */
    