html, body {
    height:100%;

}

body {
    display: flex;
    flex-direction: column;
    background-image: url(./images/Panel\ 01_Site\ plan-01.svg);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 100%;
	margin: 0 auto;
    font-family: Tahoma, Helvetica, sans-serif;
}

#name-logo {
    max-width: 30em;
    display: block;
    margin-top: 2em;
    margin-left: auto;
    margin-right: auto;
}

.contact {
    display: flex;
    box-align: flex-end;
}

.coming-soon{
    background-color: rgba(95, 122, 150, 0.8);
    color: #000000;
    font-size: 1em;
    max-width: 100%;
	/* margin: 0 auto; */
    padding: 0.5em;
    text-align: center;
    line-height: 0.75;

}

.button-box {
    display: flex;
    justify-content:space-around;
    flex-wrap: wrap;
    row-gap: 2em;
    padding-top: 3em;
    padding-bottom: 3em;
    margin-left: 8em;
    margin-right: 8em;
}

a:hover {
    background-color:black
}

/* button {
    background-color:#be4928;
    color: #fff;
    border:none;
    border-radius:0.5em;
    box-shadow: 0px 0px 2px 2px rgb(55, 61, 65);
    min-height: 2.5em;
    min-width: 10em;
} */

a {
    padding: 0.75em 1.5em;
    background-color: #be4928;
    color: #fff;
    border-radius: 0.5em;
    min-width: 7em;
    font-size: 1em;
    box-shadow: 0px 0px 2px 2px rgb(55, 61, 65);
    text-decoration: none;
    text-align: center;
}

footer {
    /* align-items: center; */
    font-size: 0.8em;
    color: #000000;
    background-color: rgba(95, 122, 150, 1); 
    /* width: max-content; */
    margin-top: auto;
}
footer > p {
    margin: 0.3em 0em 0.5em 0em;
    text-align: center;
}