body {
	margin: 0;
	padding: 0;
	background-color: rgb(32, 35, 45);
}
.logo {
	max-width: 100px;
}
.logo img {
	width: 200px;
	height: 135px
}
.address h1 {
	font-size: 80px;
    font-family: 'Montserrat Alternates', sans-serif;
    font-weight: 700;
    color: #fff;
}

