@charset "UTF-8";
/* Body */
body {
    font-family: source-sans-pro;
    background-color: black;
    background-image: url(../images/BachelorKeyArt.webp);
    background-repeat:  no-repeat;
    background-size: 100%;
    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;
    left: 0;
    overflow: auto;
}
p {
  margin:  0;
  padding: 0;
	color: white;
}
.art { 
  width: 100%;
  height: 55vw;
}
.logo {
    width: 70%;
    height: 15vw;
    position: relative;
    top: 27vw;
    left: 15%;
}
.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;
	letter-spacing: 3px;
    bottom: 0;
    padding: 0px;
    background-color: #350807;
    width: 100%;
    height: 40px;
    align-content: center;
}