body,h1,h2,h3,h4,h5 {font-family: "Poppins", sans-serif}
body {font-size:16px;}
.w3-half img{margin-bottom:-6px;margin-top:16px;opacity:0.8;cursor:pointer}
.w3-half img:hover{opacity:1}

img{
    height: 30%;
    width: 30%;
    object-fit: contain;
}

.sorolas{
  margin-bottom: -6px;
    margin-top: 16px;
    opacity: 0.8;
    cursor: pointer;
   
}
.sorolas:hover{
    opacity:1;
}
.w3-image {
	min-width: 75%!important;
}

.go-top {
	position: fixed;
	bottom: 2em;
	right: 2em;
	text-decoration: none;
	color: white;
	
	font-size: 12px;
	padding: 1em;
	display: none;
}
.go-top:hover {
	background-color: antiquewhite;
}
.up{
    width: 30px;
    height: 30px;
    min-height: 30px;
    max-width: 30px;
}