html {
  background-image: linear-gradient(to left bottom, #eee, #f6f6f7);
}

#container {
  max-width: 950px;
  margin: auto;
}

ul {
  margin-bottom: 20px; 
  padding-bottom: 20px;
  border-bottom: 1px solid #d3d3d3;
}

.app-store {
  max-width: 200px;
}

.man {
  display: inline-block;
  width: 25px;
  position: relative;
  top: 5px;
}

hr {
  height: 1px;
  background-image: linear-gradient(to left bottom, limegreen, #f6f6f7);
  display: block;
  border: none !important;
}

h1, .bebas-neue-regular {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 14px;
  margin-bottom: 14px;
}

h1 {
  font-size: 56px;
  margin-bottom: 16px;
}

h2 {
  margin-top: 16px;
  font-size: 32px;
}

h3 {
  font-family: "Bebas Neue", sans-serif;
  margin-top: 14px;
  margin-bottom: 14px;
  font-size: 36px;
}

h4 {
  margin-top: 10px;
  font-size: 22px;
}

.not-snail-mail {
  color: #137323;
}

.at:after {
  content: "@";
}

body {
  color: black;
  font-family: "Manrope", sans-serif;
  font-optical-sizing: auto;
}

.no-margin-bottom {
  margin-bottom: 0;
}

#screenshots {
  border-radius: 15px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: linear-gradient(to left bottom, #d3d3d3, #e0e0e0);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

#screenshots > img {
  border-radius: 5px;
  max-width: 300px;
  width: 100%;
  box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
}