@import url('https://fonts.googleapis.com/css?family=Roboto');

* {
	box-sizing: border-box;
}

body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
}

h1,
h2,
h3 {
	width: 100%;
	padding: .7em;
  margin: 0;
	display: block;
  font-size: 5em;
}

.full {
  width: 100%;
}

.button {
  margin-left: 240px;
  margin-bottom: 60px;
}

p {
  font-size: 3.3em;
  margin: 80px;
  line-height: 2em;
}

/* section {
  height: 1700px;
} */

#intro {
  background-color: #6f4e23;
  color: white;
  line-height: 7em;
  height: 1800px;
  padding-top: 200px;
}

#title {
  float: left;
}
#brown {
  background-color: #6f4e23;
  color: white;
  height: 15px;
}

#whippedcream {
  background-color: #fff7e2;
}


#bottomwhippedcream {
  background-color: #ecdab4;
  height: 15px;
}

#mascarpone {
  background-color: #e6bb84;
}

#bottommascarpone {
  background-color: #d69b59;
  height: 15px;
}

#lighterbrown {
  background-color: #8e6f50;
}
