@charset "UTF-8";
/* CSS Document */
body {
	font-family: source-sans-pro;
    background-image: url("../images/Dog_Microphone3.jpg");
	background-repeat: no-repeat;
    background-size: 100%;
	font-style: normal;
	font-weight: 50;
	
}
/* Container */
.container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	height: 800px;
	position: relative;
    text-align: center;
	display: flex;
    flex-wrap: wrap;
 
}

/* Top left text */
.top-left {
  position: absolute;
  top: 8px;
  left: 16px;
 
}
/* top right text */
.top-right {
  position: absolute;
  top: 8px;
  right: 32px; 
}

/* top right text */
.top-right2 {
  position: absolute;
  top: 80px;
  right: 100px; 
}

/* top right text */
.top-right3 {
  position: absolute;
  top: 120px;
  right:100px; 
}

/* top right text */
.top-right4 {
  position: absolute;
  top: 160px;
  right:100px; 
}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 160px;
  left: 100px;
}
/* Bottom left text commercials */
.bottom-left2 {
  position: absolute;
  bottom: 120px;
  left: 50px;
}

/* Bottom left text narrations */
.bottom-left3 {
  position: absolute;
  bottom: 80px;
  left: 50px;
}

/* Bottom right text narrations */
.bottom-right {
  position: absolute;
  bottom: 10px;
  right: 100px;
  
/* Bottom right text narrations */
.bottom-right {
  position: absolute;
  bottom: 20px;
  right: 100px;
}





