@font-face{
 font-family:"digital-7";
 src: url("font/digital-7.ttf");
}
@font-face{
 font-family:"d7";
 src: url("font/digital-7 (mono).ttf");
}
@font-face{
 font-family:"BB";
 src: url("font/TickingTimebombBB.ttf");
}
@font-face{
 font-family:"DD";
 src: url("font/Digital Dismay.otf");
}
html {
	zoom:185%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: 0;
	font-family: "Alata", sans-serif;
}
body  {
	margin: 0;
	padding: 0;
	box-sizing: 0;
	text-align: center;
	margin-bottom:20px;
	background-color: #1b244a;
}
.container {
  justify-content: center;
  align-items: center;
  /* border: solid 2px green; */
 
  position: relative;
}
.context {
	margin: 0 auto;
  width: 600px;
  height: 360px;
  /* border: solid 2px red; */
  
  justify-content: space-between;
  padding: 20px;
  background-color: #1b244a;
}
/* team heading */
.RM-heading,
.Barcelona-heading {
  /* border: green solid 2px; */
  text-align: center;
  margin-bottom: 10px;
  color: white;
}
.content-1 {
  /* border: solid 1px blue; */
  width: 250px;
  height: 180px;
}
.content-1 p,
.content-2 p {
  font-size: 1.5rem;
}
.content-2 {
  /* border: solid 1px blue; */
	float:left;
	margin: -180px 0 0 340px;
  width: 250px;
  height: 180px;
}
#counter1,
#counter2 {
  align-self: center;
  color: #f94f6d;
  font-family:"d7";
  font-size: 6.5rem;
}
.btn {
  /* border: solid 2px green; */
  display: flex;
  justify-content: space-around;
}
.btn button {
  width: 100px;
  height: 30px;
  color: #4ccec6;
  background-color: #1b244a;
  margin: 5px;
  border: solid 2px #2b816c;
  border-radius: 5px;
}
.btn button:active {
  border-color: #4ccec6;
  transition: 1.2ms;
}
.display-region {
  background-color: black;
  width: 190px;
  height: 170px;
  display: flex;
  justify-content: center;

  /* border: rgb(248, 244, 27) solid 1px; */
}
.display-area {
  /* border: red solid 1px; */
  display: flex;
  justify-content: center;
}
.btn-reset {
  position: absolute;
  margin-top: -190px;
  margin-left:250px;
}
.btn-reset button {
  width: 100px;
  height: 40px;
  background-color: #1b244a;
  color: #4ccec6;
  font-size: 1.2rem;
  border-radius: 6px;
  border: 2px solid #2b816c;
}
.btn-reset button:active {
  border-color: #4ccec6;
  transition: 2ms;
}

@media (min-width: 576px) and (max-width: 1200px){
	html {
	   -webkit-text-size-adjust: 100%;
	   -ms-text-size-adjust: 100%;
	   zoom:0%;
	   overflow: hidden;
	  }
	.context {
		margin: 0 auto;
		width: 1100px;
		height: 600px;
		/* border: solid 2px red; */

		justify-content: space-between;
		padding: 20px;
		background-color: #1b244a;
	}
	.content-1 {
		zoom:150%;
	}
	.content-2 {
		zoom:150%;
		margin-left: 435px;
	}
	#counter1,
	#counter2 {
	  font-size: 10.5rem;
	}
	.btn button { 
		font-size: 20px;
	}
	.btn-reset {
		position: absolute;
		margin-top: -270px;
		margin-left: 500px;
	}
}


@media (max-width: 575px){
	 html {
	   -webkit-text-size-adjust: 100%;
	   -ms-text-size-adjust: 100%;
	   zoom:0%;
		overflow: hidden;
	  }
	body  {
		width: 430px;
		height: 670px;
	}	
	/* team heading */
	.RM-heading,
	.Barcelona-heading {
		float:left;
		position: absolute;
		text-align: center;
		margin: 100px 0px 0px -120px;
		color: white;
	}
	.container {
		display: column;
		overflow: auto;
	}
	.context {
		flex-direction: column;
		width: 430px;
		height: 758px;
		padding: 0px;
	}
	.content-1 {
		margin-top: 0px;
		margin-left: 135px;
	}
	.content-2 {
		margin-top: 200px;
		margin-left: 135px;
	}
	.btn-reset {
		position: absolute;
		margin-top: -190px;
		margin-left: -0px;
	}
}