:root {
  --color1: #264653;
  --color2: #2a9d8f;
  --color3: #e9c46a;
  --color4: #f4a261;
  --color5: #e76f51;
  --color6: #fff5d7;
  --colorwhite: #f1f1f1;
  --colorblack: #000000;
}

@font-face {
  font-family: Merriweather-Light;
  src: url(Merriweather-Light.ttf);
  font-weight: 300;
}

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

html {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  /* min-width: 600px; */
  margin-left: auto;
  margin-right: auto;
  font-family: Merriweather-Light;
  /* font-weight: 300; */
  /* line-height: 1.2; */
  background-color: #fff5d7;
}

.readmore-topcontent,
.readmore-services {
  /* display: flex; */
  /* align-items: center; */
  /* justify-content: center; */
  width: 100%;
  height: auto;
  text-align: center;
}

.readmore-topcontent a,
.readmore-services a {
  line-height: 1.4rem;
  font-size: 1.2rem;
  color: var(--color5);
}

.readmore-topcontent a:hover,
.readmore-services a:hover {
  font-size: 1.1rem;
  color: var(--colorblack);
}
