body {
    margin: 0;
    padding: 0;
    background: #231b2e;
    color: #fff;
    font-family: 'Arial Rounded MT Bold', Arial, sans-serif;
}

@font-face {
  font-family: 'Ramkoers';
  src: url('fonts/ramkoers.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

a {
	color: #b7e07c;
}

p {
	font-size: 2rem;
}

.permanent-marker-regular {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}

.bright-purple {
	color: #5d5b9b;
}

.bright-blue {
	color: #334774;
}

.night-red {
	color: #7a3a47;
}

.ramkoers {
  font-family: 'Ramkoers', "Permanent Marker", sans-serif;
  font-weight: normal;
  font-style: normal;
}

.landing {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.title {
    font-family: 'Ramkoers', "Permanent Marker", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 8rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 0.5em;
}

.title .night {
    color: #f6f6e7;
}

.title .hike {
    color: #7ec3a2;
}
/* Colors from image:
#231b2e (dark purple background)
#f6f6e7 (off-white text)
#7ec3a2 (green text)
#a36c6c (pinkish background)
#4b4b7c (blue eyes/mushrooms)
#3c2c4a (shadow)
#4b5c5c (shadow)
*/
