@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;1,300&display=swap');
body{
	background:#000;
	color:#eee;
	font-family: "Jost", sans-serif;
	padding:50px;
	-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;

}

.center{text-align:center;}
.justify{text-align:justify;}
#logo1{background:url('logo1.gif'); width:350px; height:200px;background-size: cover; border-radius:10px; border:2px solid #333; float:left; margin:20px;}
#logo2{background:url('logo2.gif'); width:350px; height:200px;background-size: cover; border-radius:10px; border:2px solid #333; float:right; margin:20px;}
a{text-decoration:none; color:#fff;}
#bc{color:red;}
#dg{color:blue;}
span{font-size:20px;}