@font-face {
  font-family: "Arial Nova";
  src: url("./fonts/ArialNova-Light.woff");
}

@font-face {
  font-family: "Source Code";
  src: url("./fonts/SourceCodePro-Light.ttf");
}

body{
	background-image:url('./concreto nido.png');
	object-fit: cover;
	width:100vw;
	max-height:100vh;
	margin:0;
}

.main{
	margin: 37vh auto 0;
    justify-content: center;
    max-width: 90vw;
    width: 700px;
    text-align: center;
}

.logo{
	font-family: "Source Code", serif;
	font-size: 60px;
	margin-bottom: 0px;
	color: #1d1d1d;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}

.bottomText{
	position: absolute;
	bottom:0;
	text-align: center;
	width:100vw;
	text-shadow: 0px 0px 2px rgba(255,255,255,0.5);
	font-family: "Arial Nova", "Helvetica", sans-serif;
	color: #1d1d1d;
}

a{
text-decoration: none;
color: #1d1d1d;
}

h5{
	font-family: "Arial Nova", "Helvetica", sans-serif;
	font-size:16px;
	margin-top: 15px;
	color: #1d1d1d;
    letter-spacing: 1px;
    text-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}