/************************* layout *************************/

* {
margin:0;
padding:0;
}

html, body {
height: 100%;
width: 100%;
background-color:#fff;
color: #252223;
font-size: 16px;
position: relative;
font-family: 'Lato', sans-serif;

}

p, a, a:visited, a:hover{
    color: #252223;
    text-decoration: none;
    transition: all .3s;
    margin-bottom: 0px;
}

a:hover, a:active, a:focus{
    color: #000;
}

img{
    margin-top: 30px;
    width: 200px;
    max-width: 100%;
}

.d-flex{
    min-height: 100vh;
}

.container {
	text-align: center;
}

.coming-soon{
    margin: 30px 0;
    font-size: 1.5rem;
}

.contact{
    padding-bottom: 60px;
}

.legal-notice{
    background-color: #fff;
    width: 100%;
    text-align: right;
    position: fixed;
    padding: 20px 20px 20px;
    bottom: 0;
}

.legal-notice > a{
    margin-left: 15px;
}