h1 {
	font-family: 'Montserrat', sans-serif; 
	font-size: 80px; 
	font-weight: 900;
}

.button1 {
    background-color: #485E2A;
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

p{
	font-family: 'Raleway', sans-serif;
	font-size: 20px; 
	font-weight: 600;
	color: #3a3a3a;
	line-height: 32px;
}

ul{
	font-family: 'Raleway', sans-serif;
	font-size: 20px; 
	font-weight: 600;
}

li{ 
    color: #3a3a3a;
}


.color-me{
	color: white;
	font-family: Raleway;
	font-size: 18px;
}

body::-webkit-scrollbar {
    width: 13px;
}
 
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #485E2A;
  outline: 1px solid slategrey;
}