body {
    background-color: white;
    margin: 0px;
}
main{
    margin: 20px;
}

nav {
    
    background-color: #585858;
    overflow: hidden;
}

nav a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 700;
    font-size: 25px;
}

nav a:hover {
    background-color: #ddd;
    color: black;
    text-decoration: underline;
}

nav a:before {
    content: '';
    display: block;
    height: 6px;
    width: 0%;
    background-color: #444;
    position: absolute;
    top: 0;
    transition: all ease-in-out 250ms;
}
#img-style-size{
    height: 500px;
    max-width: 1750px;
    margin: 20px;
    border: 5px solid black;

}
#img-box{
float: left;

}

#text-box-style{
    background-color: #C8C7C2;
    color: rgb(0, 0, 0);
    text-align: center;
    float: left;
    margin: 38px;
    height: 500px;
    width: 450px;
    font-family: 'Courier New', Courier, monospace;
    border: 5px solid black;
}
#text-box-h1{
    font-size: 40px;
}
#text-box-p{
    font-size: 18px;
    font-weight: 600;
}
.mer-info-button{
    background-color: #060606;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
   transform: 0.3s;
}
.mer-info-button:hover{
    background-color: #f1f1f1;
    color: black;
}

#img-text-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    height: 600px;
    margin: 30px;
    border: 5px solid black;
    background-color: #585858;
    box-shadow: #585858 5px 5px 5px;
    flex-wrap: wrap; 
}

#img-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#img-style-size {
    height: 500px;
    max-width: 100%;
    margin: 0;
    border: 5px solid black;
}

.text-box-style {
    background-color: #C8C7C2;
    color: black;
    text-align: center;
    margin: 20px;
    height: 500px;
    width: 450px;
    font-family: 'Courier New', Courier, monospace;
    border: 5px solid black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
}

.text-box-h1 {
    font-size: 30px;
    margin-bottom: 10px;
}

.text-box-p {
    font-size: 18px;
    font-weight: 600;
}

#maps-h3{
    font-size: 40px;
    color: rgb(0, 0, 0);
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    text-decoration:overline underline;
}
#google-maps {
    background-color: gray;
    margin: 0 auto;
    display: block;
    width: 60%; 
    height: 500px; 
    border: 5px solid black;
}
#google-maps-bakground {
    background-color: gray;
    padding: 20px;
    margin: 30px;
    border: 5px solid black;
    box-shadow: #585858 5px 5px 5px;
}
.intro-section {
    background-color:  #585858;
    padding: 20px;
    margin: 20px auto;
    max-width: 1750px; 
    max-height: 500px;
    border: 5px solid black;
    text-align: center;
    font-family: 'Courier New', monospace;
    box-shadow: #585858 5px 5px 5px;
    font-size: 50px;
    color: #C8C7C2;
  }
