@charset "utf-8";
/* CSS Document */

*{
  padding:0px;
  margin:0px;
}
body{
  background: url(/img/404-black-2.jpg) center bottom;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  display:flex;
  justify-content: center;
  align-items: flex-start;
  font-family: Roboto, sans-serif;
}
.content{
  color:#FFF;
  opacity:0.7;
  text-align:center;
 /* user-select:none;*/
}
.title{
  font-size:20vh;
  font-weight: 900; 
  opacity:0.7;
	padding-top: 10vh;
}
.subtitle{
  font-size:4vh;
  font-weight:600;
	opacity:0.7;
  /*padding-top: 0.5vh;*/
}
.description{
  font-size:1.5vh;
  padding-top: 20vh;
}
a {
  text-decoration: none;
  color: #ffffff;
}
a:visited {
  color: #ffffff;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  color: white;
  background: grey;
}
