/*
Theme Name: umcetin-COM
*/
* {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  list-style: none;
}

:root {
  --main-color:#03b949;
  --bg-color:#f9f9f9;
  --main-text-color: #000;
  --main-text-light-color:rgb(247, 247, 247);
  --main-text-light-color-hover:rgb(230, 230, 230);
  --mansetfont:4em;
}
:root a {
  color: var(--main-color);
}
:root a:hover {
  text-decoration: underline;
}
:root h1 {
  font-size: calc(3.3em + 0.5vw);
  font-weight: 700;
  margin-bottom: 1.5vw;
  color: var(--main-color);
}
:root h2 {
  font-size: calc(1.1em + 0.5vw);
  font-weight: 300;
  line-height: calc(1.2em + 0.5vw);
  margin-bottom: 1.5vw;
}
:root p {
  margin-bottom: calc(1.2em + 0.5vw);
}
:root strong, :root b {
  font-weight: 600;
}
:root h4 {
  font-size: calc(1em + 0.5vw);
  font-weight: 200;
  margin-bottom: 1.5vw;
}
:root h5 {
  font-size: calc(1em + 0.5vw);
  font-weight: 100;
  margin-bottom: 1.5vw;
  margin-right: 0.5em;
  padding: 0.2em 0.3em;
  background-color: black;
}

html, body {
  width: 100%;
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--bg-color);
}/*# sourceMappingURL=style.css.map */