html {
  font-size: 20px;
}

body {
  background-color: #FFF0F5; /* Лавандовий рум'янець */
  font-family: 'Source Serif Pro', serif;
  font-family: -apple-system, "Segoe UI", system-ui, Roboto, Ubuntu, 'Helvetica Neue', Oxygen, Cantarell, Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
  font-weight: 400;
  line-height: 1.45;

  word-wrap: break-word;
  color: #8B4513; /* Сідловий коричневий */
  margin: 0;
}

p {
  /*margin-bottom: 1.3em;*/

  margin-top: 0;
  margin-bottom: 1.65rem;

}


h1, h2, h3, h4 {
  margin: 1.414em 0 0.5em;
  font-weight: 700;
  font-family: 'Raleway', sans-serif;
  line-height: 1.2;
  text-rendering: optimizeLegibility;
}


h1 {
  margin-top: 0;
  font-size: 3.157em;
}
h2 {font-size: 2.369em;}
h3 {font-size: 1.777em; font-weight: 500;}
h4 {font-size: 1.273em; font-weight: 300;}
h5 {font-size: 1.073em; font-weight: 100;}

small {
  font-size: 0.75em;
}
.container {
  padding: 80px;
}

.name {
  font-size: 1.333em;
  margin: 40px 80px 0 80px;
  border-bottom: 1px solid #FFB6C1; /* Світло-рожевий */
  border-bottom-style: dotted;
  padding-bottom: 1rem;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  font-weight: 400;
  color: #C71585; /* Середній фіолетово-червоний */
  max-width: 36rem;
}

a.unstyled {
  text-decoration: none;
  color: inherit;
}

ul.unstyled {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

header time {
  float: right;
  margin-top: -60px;
}

.no-margin {
  margin: 0;
}

.text-right {
  display: block;
  text-align: right;;
}


/* Mobile */
@media only screen and (max-width: 768px) {
  /* Scale down font sizes one step */
  html {
    font-size: 18px;
  }

  h1 {
    font-size: 2.369em
  }
  h2 {font-size: 1.777em;}
  h3 {font-size: 1.333em; font-weight: 500;}


  header time {
    margin-top: -30px;
  }

  .name {
    margin: 20px 30px 0 30px;
  }

  .container {
    padding: 30px;
  }

}