@font-face {
    font-family: 'montserrat-black';
    src: url('../fonts/Montserrat-Black.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat-Light';
    src: url('../fonts/montserrat-Light.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
}

body {
	font-family: montserrat-Light;
}

.maintenance img {
	width:50%;
}

.maintenance a {
	text-decoration: none;
	color: black;
}

.maintenance a:hover {
	color: rgb(33, 155, 212);;
}