/*
	
	
	
	URL of website: https://www.nohoru.org
	
	last modification: 10-01-2025 [dd-mm-yyyy]
	
	CSS code created by: Luca Gueli
	
	
	
	Copyright notice for content of this website (except Font Awesome icons):
	
	You are not allowed to (re-)use, edit and/or distribute any of the content - such as texts, images, or other media files - without prior permission by the copyright holder.
	
	The copyright holder is: Copyright (c) 2025 n-o-h-o-r-u͡ network. All rights reserved.
	
	
	
	Copyright notice for CSS code of this document:
	
	You can (re-)use, edit and/or distribute the CSS code without any prior permission.
	
	There is no copyright holder.
	
	
	
	Copyright notice for Font Awesome icons:
	
	This website makes use of the free Font Awesome library (https://www.fontawesome.com).
	
	All Font Awesome icons are property of the respective copyright holder(s).
	
	
	
*/



h1	{
	
	position: absolute;
	top: 48%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-family: "Georgia", serif;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	
	}

#n-o-h-o-r-u-network-font	{
				
				position: absolute;
				top: 43%;
				left: 50%;
				transform: translate(-50%, -50%);
				
				}

#Telegram-icon	{
		
		position: absolute;
		top: 55%;
		left: 50%;
		transform: translate(-50%, -50%);
		
		}

#Instagram-icon	{
		
		position: absolute;
		top: 60%;
		left: 50%;
		transform: translate(-50%, -50%);
		
		}







/* media queries */

@media screen and (max-width: 600px)	{
					
					#n-o-h-o-r-u-network-font	{
									
									position: absolute;
									top: 39%;
									left: 50%;
									transform: translate(-50%, -50%);
									
									}
					
					#Telegram-icon	{
							
							top: 60%;
							
							}
					
					#Instagram-icon	{
							
							top: 65%;
							
							}
					
					}



@media screen and (max-height: 600px)	{
					
					#Telegram-icon	{
							
							top: 60%;
							
							}
					
					#Instagram-icon	{
							
							top: 65%;
							
							}
					
					}



@media screen and (max-height: 500px)	{
					
					#Telegram-icon	{
							
							top: 60%;
							
							}
					
					#Instagram-icon	{
							
							top: 67%;
							
							}
					
					}



@media screen and (max-height: 400px)	{
					
					#Telegram-icon	{
							
							top: 60%;
							
							}
					
					#Instagram-icon	{
							
							top: 69%;
							
							}
					
					}



@media screen and (max-height: 350px)	{
					
					#Telegram-icon	{
							
							top: 63%;
							
							}
					
					#Instagram-icon	{
							
							top: 72%;
							
							}
					
					}



@media screen and (max-height: 300px)	{
					
					#Telegram-icon	{
							
							top: 65%;
							
							}
					
					#Instagram-icon	{
							
							top: 74%;
							
							}
					
					}