@charset "UTF-8";

/* CSS rules go below */

body{
	font-family: Arial, Helvetica, sans-serif;
	color:rgb(255, 0, 0);
	font-weight: bold;
	background-color:rgba(255, 255, 255,);
}

.page-wrapper{
	padding:1rem;
	display: flex;
	flex-direction: column;
}

header, nav, section, footer{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin-top:2.5vw;
	margin-bottom:2.5vw;
}


h1{
   font-size: 28px;
   transform: scale(1, 6)
}

h2{
	text-align: center;
	max-width: 30rem;
	transform: scale(1, 3)
}

#p1{
	transform: scale(1.6, 1)
}

#p2{
	font-size: 20px;
	line-break: auto;
	max-width: 90vw;
	text-align: center;
}

.highlight1 {
  color: #ff0000; /* Bright red, for example */
	font-style: italic;

}


.highlight2 {
  font-weight: bolder;
  color: #ff0000; /* Bright red, for example */
  letter-spacing: 1px;
}


header p {
  margin-top: 20px;
}

#a1{
	font-family: Arial, Helvetica, sans-serif;
	transform: scale(1.2, 2);
}

#a2{
	margin-top: 50px;
	transform: scale(1, 7);
	letter-spacing: 2px;
	margin-bottom: 60px;
	font-weight: 900;
}

.info-link {
  font-size: 20px;
  color: #ff0000;   
  text-decoration: none;        /* Change to your preferred color */   
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.5;
  margin-bottom: 30px;

}

.extension-download a{
	padding: 5px;
	text-decoration: none;
	border: 1px dashed rgb(255, 0, 0);
}


.download-container {
    display: flex;          /* Arrange children in a row */
    gap: 30px;              /* Space between the sections */
    justify-content: center; /* Optional: center the row */
}



.extension-documentation{
	width:50vw;
}

.extension-reviews-block{
	width:100%;
	max-width: unset;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.extension-review{
	width:25vw;
	height: 25vh;
	padding:1rem;
	margin:1rem;
	border:1px dashed rgb(255, 0, 0);
	box-sizing: border-box;
}

video, img{
	display: block;
	float:left;
	clear:both;
	width:100%;
	height:auto;
	margin-top:1rem;
	margin-bottom:1rem;
	background-color: rgb(255, 255, 255);
	border: #ff0000, dashed;
}

section.extension-installation ol{
	text-align: left;
}

footer{
	border-top:1px dashed rgb(255, 0, 0);
}

#p5{
	margin-top: 30px;
	margin-bottom: -18px;
}


/* CSS style for mobile devices */

@media (max-width: 780px) {
  	.extension-documentation{
		width:90vw;
	}
	.extension-review{
		width:90vw;
		margin-left:0;
		margin-right:0;
	}
}

#i2{
	border-style: none;
	margin-top: -190px;
	height: 340px;
	width: 240px;
}
