body,
ul,
li,
p {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-size: 1.2rem;
  font-family: Arial;
}

body {
  margin-bottom: 0px;
}

p {
  font-size: 12px;
  text-align: center;
  padding: 10px;
}

a {
  text-decoration: none;
  color: white;
  padding: 7px 20px;
  text-transform: uppercase;
  align-content: center;
  border-radius: 5px;
  font-size: 16px;
}

h1 {
  text-align: center;
  margin-top: 20px;
}

h2 {
  text-align: center;
  margin: 10px auto 20px auto;
}

h3 {
  text-align: center;
  margin-top: 20px;
  font-size: 15px;
}
h4 {
  text-align: center;
  margin-top: 0px;
  font-size: 10px;
  color: grey;
  font-weight: 100;
}
img {
  max-width: 100%;
  display: block;
}

.header {
  background: #1d1e20;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
}

.menu {
  display: flex;
}

.menu li {
  margin-left: 5px;
  font-size: 1rem;
}

.menu li a {
  display: block;
  padding: 10px 12px;
  background: rgb(255, 32, 3);
  align-content: center;
  border-radius: 5px;
  font-size: 13px;
  text-transform: uppercase;
}

/* CSS FLEXBOX 1 */

.flex {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 90px auto;
  align-content: center;
}

.flex > div {
  flex: 1 1 300px;
  margin: 10px;
  align-items: center;
}

.footer {
  margin-top: 60px;
  margin-bottom: 0;
  display: block;
  text-align: center;
  padding: 0;
  background: rgb(244, 248, 235);
  padding: 20px;
}
.footer a {
  font-size: 10px;
  text-transform: none;
  color: #525252;
  margin: 0;
}
.footer p {
  font-size: 10px;
  text-transform: none;
  color: #525252;
  margin-bottom: -10px;
}

@media (max-width: 599px) {
  h1 {
    text-align: center;
    margin-top: 50px;
  }

  h2 {
    text-align: center;
    margin: 10px 90px 60px 90px;
    //    background: rgb(102, 0, 255);
    line-height: 1.5;
  }

  h3 {
    text-align: left;
    margin: 30px 60px 0 60px;
    font-size: 15px;
    font-weight: 100;
    line-height: 2;
  }
}

@media (max-width: 399px) {
  body {
    margin: 0 uto;
  }
  h1 {
    text-align: center;
    margin-top: 60px;
  }

  h2 {
    text-align: left;
    margin: 10px 40px 20px 50px;
    line-height: 1.5;
  }
  h3 {
    text-align: center;
    margin: 60px 40px 0 50px;
    font-size: 15px;
    font-weight: 100;
    line-height: 2;
  }
  p {
    font-size: 12px;
    text-align: center;
    padding: 10px;
    line-height: 1.8;
  }

  #center {
    text-align: center;
    margin-top: 20px;
    padding: 10px 20px;
    line-height: 1.5;
  }

  .menu li a {
    padding: 10px 10px;
  }
}
