body 
{
    width:100%;
    height: min-content;
    margin: 0px;   
    background-color: aqua;
    background-image: url('graf/graf2.jpg');
    background-size:contain;
    font-family: Georgia, 'Times New Roman', Times, serif;
   
}

.menu {
	margin: 4px;
	display: flex;
	justify-content: space-between;
    
}
#option1, #option2, #option3, #option4, #option5, #option6, #option7, #option8, #option9, #option10 
{
	border-style: double;
	border-radius: 20px;
	border-color: #00BFFF;
	color: #00BFFF;
	margin: 5px;
	width: auto;
	height: auto;
	transition: 0.1s;
	font-size: 20px;
	text-align: center;
	padding: 10px;
	cursor: pointer;
	

    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    
    border:1px solid rgba(255,255,255,0.18) ;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37); 
}

.signin {
	float: right;
	margin-left: auto;
    margin-right: 20px;
	text-align: center;	
	padding: 5px;
	height: auto;	
	height: fit-content;
	font-size: 20px;
	cursor: pointer;
	text-transform: uppercase;	
	width: auto;	
	transition:0.1s;		
}

.logout
{
	float: right;
	margin-left: auto;
    margin-right: 20px;
	text-align: center;	
	padding: 5px;
	height: auto;	
	height: fit-content;
	font-size: 20px;
	cursor: pointer;
	
	width: auto;	
	transition:0.1s;

    
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 20px;
    border:1px solid rgba(255,255,255,0.18) ;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37); 	
}

.loglink 
{
	background:linear-gradient(135deg, rgba(255,255,255,0.1),rgba(255,255,255,0.1));
	backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 4px;
    border:1px solid rgba(255,255,255,0.18) ;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37); 
}

.loglink:hover 
{
	color: #FA8072;
}

.loglink2
{
	text-transform: initial;
}

.loglink2:hover
{
	color:#FA8072;
}

.container
{
    display: flex;
    flex-wrap: wrap;    
    justify-content: space-around;
    gap: 10px;    
}

.coin0, .coin1, .coin2, .coin3, .coin4, .coin5, .coin6, .coin7, .coin8, .coin9, .coin10, .coin11, .coin12, .coin13, .coin14, .coin15, .coin16
{
    display:flex;
    flex-wrap: wrap;
    flex-grow: 0;
    flex-shrink: 1;
    width: 36%;
    align-items: center;
    justify-content: space-around;  
    
    
    background:linear-gradient(135deg, rgba(255,255,255,0.1),rgba(255,255,255,0.1));
    backdrop-filter: blur(25px);
    -webkit-backdrop-filter: blur(25px);
    border-radius: 20px;
    border:1px solid rgba(255,255,255,0.18) ;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37); 



}

.coin0:hover, .coin1:hover, .coin2:hover, .coin3:hover, .coin4:hover, .coin5:hover, .coin6:hover, .coin7:hover, .coin8:hover, .coin9:hover, .coin10:hover, .coin11:hover, .coin12:hover, .coin13:hover, .coin14:hover, .coin15:hover, .coin16:hover
{
    border:1px solid rgba(255,255,255,0.18) ;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37);

    color:#B0E0E6;
	
	box-shadow: 0 0 10px #00BFFF, 0 0 40px #00BFFF, 0 0 10px #00BFFF;
	border-color:#00BFFF;
	transition:0.1s;
    
}


@media (max-width:600px) 
{    
    .coin0, .coin1, .coin2, .coin3, .coin4, .coin5, .coin6, .coin7, .coin8, .coin9, .coin10, .coin11, .coin12, .coin13, .coin14, .coin15, .coin16
    {
        width: 90%;
        
    }

    .txt2 div
    {
        min-width:90%;
    }

}

.image
{
    display: flex;
    width: 40%;
    height: 40%;
    overflow: hidden;
    justify-content: center;
   
}
.image img
{
    
    width: 100%;
    height: 100%;    
}

.txt
{
    width: 60%;
    height: auto;
    text-align: center;
}

.txt2
{
    display:none;
   
}
.txt2 div
{
    width:45%;
  
}

.data
{
    width: 50%;
    align-self: flex-end;
    text-align: center;
}
input
{
    display: none;

}



:is(#show0, #show1,#show2, #show3, #show4, #show5, #show6, #show7, #show8, #show9, #show10, #show11, #show12, #show13, #show14, #show15, #show16):checked + :is(.coin0, .coin1, .coin2, .coin3, .coin4, .coin5, .coin6, .coin7, .coin8, .coin9, .coin10, .coin11, .coin12, .coin13, .coin14, .coin15, .coin16)
{
    width: 90%;
    height:auto;    
}


:is(#show0, #show1,#show2, #show3, #show4, #show5, #show6, #show7, #show8, #show9, #show10, #show11, #show12, #show13, #show14, #show15, #show16):checked+label > .txt
{
    width: 90%;
    height:80vh;
    display:none;
}

:is(#show0, #show1,#show2, #show3, #show4, #show5, #show6, #show7, #show8, #show9, #show10, #show11, #show12, #show13, #show14, #show15, #show16):checked+label > .data
{
    width: 90%;
    height:80vh;
    display:none;
}

:is(#show0, #show1,#show2, #show3, #show4, #show5, #show6, #show7, #show8, #show9, #show10, #show11, #show12, #show13, #show14, #show15, #show16):checked+label > .txt2
{
    width: 60%;
    height: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}

a
{
    background:linear-gradient(135 deg, rgba(255,255,255,0.1),rgba(255,255,255,0.1));
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 4px;
    border:1px solid rgba(255,255,255,0.18) ;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37);
    text-decoration: none;
    color: black;
}

a:hover
{
    color:#B0E0E6;
	background:#00BFFF;
	box-shadow: 0 0 10px #00BFFF, 0 0 40px #00BFFF, 0 0 10px #00BFFF;
	border-color:#00BFFF;
	transition:0.1s;
}
#addnodetext
{
    background:linear-gradient(135 deg, rgba(255,255,255,0.1),rgba(255,255,255,0.1));
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 4px;
    border:1px solid rgba(255,255,255,0.18) ;
    box-shadow: 0 8px 32px 0 rgba(0,0,0,0.37);
    text-decoration: none;
    color: black;

}


#addnodetext:hover 
{
    color:#B0E0E6;
	background:#00BFFF;
	box-shadow: 0 0 10px #00BFFF, 0 0 40px #00BFFF, 0 0 10px #00BFFF;
	border-color:#00BFFF;
	transition:0.1s;
}









