@charset "UTF-8";
/* Body */
body {
	font-family: source-sans-pro;
    background-color: black;
 /*   background-image: url(../images/p3_art_bachelor_and_clock.webp); */
    background-repeat:  no-repeat;
    background-size: 55%;
	background-position: center;
	background-position: top;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-style: normal;
    font-weight: 200;
}
h2 {
	color: #fff;
	font-weight: normal;
	font-size: 100px;
    position: absolute;
    top: 45%;
    left: 50%;
	margin: 0 0 0 -200px;
}
div {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: auto;
}
p {
	margin:  0;
	padding: 0;
	color: white;
}
.art { 
  width: 100%;
  height: 100%;
}
.logo {
    width: 50%;
    height: 20%;
    top: 40%;
	left: 25%;
	margin: auto;
	color: white;
	text-align: center;
	align-content: center;
	font-size: 100px;
	letter-spacing: 3px;
	background-image: url(../images/rd.webp);
    background-repeat:  no-repeat;
	background-size: 90%;
	background-position: center;
}
.roditel{
  position: relative;
  height: 120%;
  width: 100%;
  top: 58vw;
}
.youtube { 
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 90%;
  padding-top: 56.25%;
  padding-bottom: 20px;
  margin-bottom: 70px;
}
.frame { 
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0px;
  right: 0;
  width: 98%;
  height: 98%;
}
.copyright {
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;
	letter-spacing: 3px;
    padding: 0px;
    background-color: #530100;
	align-content: center;
}