
  @font-face{
        src:url(text/vvr.ttf) format('truetype');
        font-family:custom;
        font-display:swap;
    }
*,html{
	margin:0px;
	padding:0px;
}
body{
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	font-family:custom;
	font-size:24px;
	background-color:black;
	word-wrap:break-word;
  overflow-wrap:break-word;
}
#a_gvvc{
	color:white;
	text-decoration:none;
	transition:0.5s;
}
#a_gvvc:hover{
	color:white;
	text-decoration:underline;
	transition:0.5s;	
}
#a{
	height:50px;
	width:calc(100%);
	background-color:#FFC90E;
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}
#a_1{
	padding-left:10px;
	text-align:left;
	color:white;
}
#a_2{
	align-content:center;
	align-items:center;
	margin-right:20px;
	height:50px;
}
#b{
	
	width:calc(100% - 4px);
	color:white;
	display:flex;
	padding-left:2px;
	padding-right:2px;
	margin-top:5px;
	justify-content:left;
	align-items:flex-start;
}
#b_img{
	width:20%;
	heigh:100%;
	margin:0px;
	padding:20px;
}
#b_des{
	padding-top:40px;
	margin-left:40px;
	margin-right:40px;
	text-align:left;
	font-size:28px;
	font-family:custom;
	font-weight:bold;
	background-color:black;
	color:white;
	transition:0.8s;
}
#a_links{
	color:#00A2E8;	
	font-size:24px;
	font-family:custom;
	text-decoration:none;
	transition:0.5s;

}
#a_links:visited{
color:#00A2E8;	
	font-size:24px;
	font-family:custom;
	text-decoration:none;
	transition:0.5s;

}
#a_links:hover{
	color:#00A2E8;	
	font-size:25px;
	font-family:custom;
	text-decoration:underline;
	transition:0.5s;

}
#a_links:active{
	color:black;	
	font-size:24px;
	font-family:custom;
	text-decoration:underline;
	transition:0.5s;

}

#a_links_2{
	color:#00A2E8;	
	font-size:24px;
	font-family:custom;
	text-decoration:none;
	transition:0.5s;

}
#a_links_2:visited{
color:#00A2E8;	
	font-size:24px;
	font-family:custom;
	text-decoration:none;
	transition:0.5s;

}
#a_links_2:hover{
	color:#00A2E8;	
	font-size:24px;
	font-family:custom;
	text-decoration:underline;
	transition:0.5s;

}
#a_links_2:active{
	color:black;	
	font-size:24px;
	font-family:custom;
	text-decoration:underline;
	transition:0.5s;

}
#b_des::selection{
	font-size:28px;
	font-family:custom;
	font-weight:bold;
	background-color:#75163F;
	color:#FFC90E;
	transition:0.8s;
}
#b_ac_img{
	 aspect-ratio: 1 / 1; /* 👈 This keeps it a square */
  width: 100%; /* Max width within .box1's padding */
  max-height: 100%; 
	border:none;
	border-radius:5px;	
	box-shadow:0 4px 20px #00A2E8;
	background-color:#75163F ;
	transition:0.8s;
}
#b_ac_img:hover{
	 aspect-ratio: 1 / 1; /* 👈 This keeps it a square */
  width: 100%; /* Max width within .box1's padding */
  max-height: 100%; 
	border:none;
	border-radius:5px;	
	transition:0.8s;
	box-shadow:none;
}
#b_ac_spacer{
	width:100%;
	heigth:30px;
	border:none;
	display:block;
}
#nm_spacer{
	height:30px;
	width:100%;
	border:none;
	display:block;
	background-color:transparent;
}
#b_lar{
	margin-top:10px;
	font-size:24px;
	padding-left:20px;
	color:white;
	text-align:left;
	padding-right:20px;
	 
  word-wrap: break-word;
  overflow-wrap: break-word;
	background-color:black;
	font-family:custom;
	transition:0.8s;
}
#b_lar::selection{
	font-size:24px;
	color:#FFC90E;
	text-align:left;
	background-color:#75163F;
	font-family:custom;
	transition:0.8s;
}
#communicate{
margin-top:10px;
	font-size:24px;
	padding-left:20px;
	color:white;
	text-align:left;
	padding-right:20px;
	 overflow: auto;
  word-wrap: break-word;
  overflow-wrap: break-word;
	background-color:black;
	font-family:custom;
	transition:0.8s;
	padding-bottom:100px;

}
#communicate::selection{
	font-size:24px;
	color:#FFC90E;
	text-align:left;
	background-color:#75163F;
	font-family:custom;
	transition:0.8s;

}
#post_designation{
	padding-top:10px;
font-size:18px;
font-family:custom;
}
img::selection{
	color:rgba(0,0,0,0.5);
	background-color:black;
