.group-3,
.group-3 * {
  box-sizing: border-box;
}

.background {
  background: #0f0f0f;
  width:100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}



html, body {
  height: 100%; 
  width: 100%;
   overflow-x: hidden;
   margin:0;
}

.align_img1  {
   width: 10vmin;
	 top:10vmin;
	 left:5vmin;
	padding:1vmin;
	 
    border-radius: 1.5vmin;
  position: relative;
   box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.79);
}

.logo {
 height:  3vh;
  position: absolute;
   left: 2vh;
  top: 3vh;
 
}

.home {
 color: #f4f7f5;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
font-size: 2.8vmin;
  font-weight: 400;
   position: absolute;
   left: 80%;
  top: 3vh;
}


img:hover {
  box-shadow: 0 0 2px 1px rgba(255, 255,255, 46);
}

.apps{
	 width: 100vmin;
  height: 20vmin;
	top:12vmin;
	   position: relative;
}
.games{
	width: 100vmin;
  height: 20vmin;
	top:27vmin;
  position: relative;
}
.titleApps{
	top:20vmin;
	position: relative;
	left:5vmin;
	  color: #ffffff;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
 font-size: 1.5vmin;
  font-weight: 400;

}

.titleGames{
	top:35vmin;
	left: 5vmin;
	  color: #ffffff;
  text-align: left;
  font-family: "Inter-Regular", sans-serif;
 font-size: 1.5vmin;
  font-weight: 400;
  position: relative;
}


.navbar {
  overflow: hidden;
  background-color: #000000;
  position: fixed;
  top: 0;
  width: 100vw;
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding-top:8vh;
  text-decoration: none;
  font-size: 17px;
}

.navbar a:hover {
  background: #000000;
  color: black;
}