﻿*,
:before,
:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
html, body{ height: 100%; padding:0; margin:0;  }
html{ font-family: 'Roboto', sans-serif; color: #343434;}
body{ display: flex; flex-wrap: wrap; justify-content: center; align-items: center; }
.errorAll{ text-align: center; }
h1{
	margin:0; font-size: 20vw;  
	background: url("/Assets/Images/Oops/universe2.jpg") center center / cover no-repeat;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;

	color: #d2d2d2;
}
p{font-size: 19px;}
i{font-size: 80%;}
a{color: #c71717;}

a.btn1{	background: #343434; color: white; text-decoration: none; text-transform: uppercase; padding: 10px 15px; line-height: 1; border-radius:10px; display: inline-block; margin: 10px 2px 2px 2px; }
a.btn1:hover{ background: #c71717; }