#app {
  margin: 0 auto;
  width: 500px;
  position: relative;
  margin-bottom: 100px;
}

#r-head {
  position: absolute;
  right: 0;
  top: 0;
}
#r-head h3 {
  margin-top: 0;
}

.presets {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.presets li {
  display: inline-block;
  border: 1px solid #111;
}
.presets a {
  display: inline-block;
  padding: 5px;
  width: 200px;
  border: 2px solid #333;
  background: #222;
  color: #00ff00;
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
.presets a:hover {
  background-color: #530;
  border-color: #ff9900;
}
.presets a.active {
  border-color: #99ccaa;
  color: white;
  -webkit-animation: focused 0.5s ease;
          animation: focused 0.5s ease;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.mobileicons{
  height: 60px;
	padding-top: 10px;
	padding-bottom: 20px;
	filter: drop-shadow(10px 10px 10px black);
}

.mobico{
  width: 90vw;
  margin-bottom: 5px;
  display: flex;
  justify-content:space-between;
}
.seqqer{
  padding-left: 10px;
  padding-bottom: 10px;
  filter: drop-shadow(5px 5px 5px black);
  border: 2px solid #333;
  background: #222;
}


html, body {
  margin: 0;
  padding: 0;
}