/* Minimal CSS Reset */

html {
  box-sizing: border-box;
  font-size: 12px;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

/* Typography */

html {
  font-family: "Roboto", sans-serif;
}

@media (min-width: 576px) {
  html {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@media (min-width: 992px) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 20px;
  }
}

.icons-social i {
  font-size: 3em;
}

/* Custom Styles */

/* body, h1, h2, h3, h4, h5, h6, p, ol, ul {
	margin: 0;
	padding: 0;
	font-weight: normal;
  }

  #m14 {
    padding-top: 20px !important;
} */

h2 {
  padding-top: 1.5rem;
}

main {
  display: flex;
  flex-direction: column;
  /* margin-bottom: 1.5rem; */
  min-height: 100vh;
  justify-content: center;
  padding: 0 30px;
  text-align: center;
  padding-bottom: 60px !important;
}

main > .intro {
  font-family: "Reem Kufi", sans-serif;
  font-size: 3.75em;
  font-weight: 600;
}

main > .tagline {
  font-size: 1.5rem;
  margin: 1.5rem 0;
  font-weight: 100;
}

main > .text {
  font-size: 0.8 rem;
  margin: 1.5rem 1.5rem;
  font-weight: 100;
  justify-content: center;
}

footer {
  /* position: absolute; 
    width:100%;
    bottom:0; */
  margin-top: auto;
  font-family: "Reem Kufi", sans-serif;
  font-size: 12px;
  font-weight: 100;
  justify-content: center;
  padding: 0 30px;
  text-align: center;
  height: 0px;
  transform: translate(0, -70px);
}

footer span {
  padding: 0 1em;
}

.icons-social i {
  padding: 10px;
}

.icons-social a {
  text-decoration: none;
}

.devto {
  margin-bottom: -0.2rem;
}

.devto svg {
  margin-bottom: -0.2rem;
  margin-left: 0.675rem;
  width: 2.65rem;
  height: 2.65rem;
}

.link {
  color: white;
}

button {
  background: none;
  outline: none;
  padding: 10px;
  font-size: 14px;
  font-family: "Reem Kufi", sans-serif;
  color: white;
  border-style: solid;
  border-width: 2px;
  border-color: white;
  margin-top: 20px;
  border-radius: 5px;
  cursor: pointer;
}
