#top{
	position: fixed;
	width: 100%;
	height: 100px;
	left: 0px;
	top: 0px;
	background: 
	linear-gradient(180deg, rgba(187, 181, 222, 1) 22.92%, rgba(232, 220, 235, 1) 100%);
	z-index:10;
	opacity: 1;

}
h1 {
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 43px;
	padding-left: 10px;

	color: #000000;
}

#title{
	padding-left: 20px;
	font-family: Rubik;
	font-style: normal;
	font-weight: normal;
	font-size: 36px;
	line-height: 43px;

	color: #000000;
}
#block1{
	width: 99%;
	padding: 5px;
	top: 100px;
	border: 2px solid black;
	border-radius: 10px;
}
#task{
	font-family: Cambo;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 27px;
	padding-left: 40px;
}
#text{
	font-family: Yrsa;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 29px;
	padding-left: 50px;

}
#block2{
	width: 99%;
	padding: 5px;
	border: 2px solid black;
	border-radius: 10px;
}
#block3{
	width: 99%;
	padding: 5px;
	border: 2px solid black;
	border-radius: 10px;
}

#Ekz{
	width: 99%;
	padding: 5px;
	border: 2px solid black;
	border-radius: 10px;
}

.tabs { 
	width: 100%; 
	padding-top: 100px; 
	margin: 0 auto; 
}
.tabs>input { 
	display: none; 
}
.tabs>div {
    display: none;
}

.tabs>label {
    display: inline-block;
    padding: 7px;
    margin: 0 -5px -1px 0;
    text-align: center;
    color: rgba(70, 70, 180, 1);
    border: 1px solid rgba(0,0,0,0);
	border-radius: 5px;
    background: rgba(187, 181, 222, 1);
    cursor: pointer;
}

.tabs>label:hover {
	color: rgba(100,0,100,1);
	background: rgba(207, 201, 242, 1);
}
	
.tabs>input:checked + label {
    color: rgba(23, 30,20,1);
    border: 1px solid #C0C0C0;
    border-bottom: 1px solid #FFFFFF;
    background: rgba(232, 220, 235, 1);
}

#lab1:checked ~ #block1,
#lab2:checked ~ #block2,
#lab3:checked ~ #block3,
#Ekz:checked ~ #Ekz { display: block; }

#href{
	font-family: Yrsa;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
	line-height: 29px;
	padding-left: 50px;	
	color: rgba(87, 81, 122, 1);
}

#href:hover{
	padding: 10px;
	color: rgba(255,0,0,1);
	
}