@charset "UTF-8";
body{
	position: relative;
	font-size: 62.5%;


}

.intterview1{
	position: relative;
	padding: 0;
	margin: 0;
	
	height: 200vh;
	
}
.intterview1 p{
	position: absolute;
	top: 400px;
	padding: 30px
	}
.intterview-intro{
	position: absolute;
	top:10em;
	width: 100%;
	font-size: 0.9rem;
	line-height: 2rem;
}
h2.intterview-intro{
	position: absolute;
	top: -2%;
	font-size: 28px;
    color:#41B5EB;
	margin: 0 0 0 4%;
	padding: 0;
	line-height: 2;
	text-align: left
}
.box1 {
	position: absolute;
	top: 8%;
	right: 5%;
	width: 90%;
	height: 21%;
	margin: 0;
	padding: 0;
	background-color: white;
	border: double 0.5em #41B5EB;
}
.box1 h2 {
	
    margin: 0; 
    padding: 0;
	width: 100%;
	
}


.button1{
	position: absolute;
	
  top:70%;
  right:11vh;
  font-size: 3vh;
  margin: 0;
  text-align: center;
  width: 30vh;
  height: 7em;
  border-radius: 1vh;
  background: #FF5774;
	
}
.button2{
	position: absolute;
	
  top:50%;
  right:11vh;
  font-size: 3vh;
  margin: 0;
  text-align: center;
  width: 30vh;
  height: 7em;
  border-radius: 1vh;
  background: #FF5774;
}