@font-face {
  font-family: TrajanLight;
  src: url(../font/TrajanPro3Light.ttf);
}

body {
	background-color: #000000;
	background-image: url('../img/bg-img.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
    color:white;
    font-family:TrajanLight;
    text-transform: uppercase;
    margin:0;
}

.imglogo, .motto, .links {
    -webkit-user-select: none; /* Safari */        
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
}

a {
    text-decoration:none;
    color:inherit;
    transition: opacity 0.25s;
}

a:hover {
    opacity:0.4;
}

.motto, .links {
    width: fit-content;
    margin-left:auto;
    margin-right:auto;
    padding: 3px 6px 0px 6px;
}

.imglogo {
	display: block;	
    margin-left:auto;
    margin-right:auto;
	margin-top: 105px;
    width:145px;
}

.motto {
    margin-top:2.5em;
    font-size:41px;
}

.links {
    margin-top:4em;
    font-size:24px;
}

