 
.myslides
{
	max-height:400px;
}

body
{
	
}

.ylemineNupp:hover
{
    background: #383;  
	
}
body
{
	font-family: 'Noto Sans', sans-serif;

}

.liikuvPilt
{
	object-fit: cover;
	width: 100%;
	height: 300px;
}


.tegevusaladtekst
{
	font-size:28px;
}


.muudaNupp
{
	background-image: linear-gradient(#1fad64, #0f6638); 
	border:none; 
	color:white; 
	height:55px; 
	width:110px; 
	font-size:20px;
}
.muudaNupp:hover
{
	cursor: pointer;
	background:#3A3;
}

.eemaldaNupp
{
	background-image: linear-gradient(#ff4a3d, #991c14); 
	border:none; 
	color:white; 
	height:55px; 
	width:110px; 
	font-size:20px;
}
.eemaldaNupp:hover
{
	cursor: pointer;
	background:#F43;
}


.peaDiv
{	
 
width:100%;
    background-color:#0d6638;	
	min-height:90px;
	max-height:100px;
	width:100%; 	
	word-wrap: break-word;
	justify-content: center;
    align-items: center;
}




.tehtudtood:hover
{
	cursor: pointer;
}

.tehtudtood
{
	margin: 0 auto;
	margin-right:15px;
}

.tehtudtoodpilt
{
	width:100%;
}