@charset "utf-8";
/* CSS Document */


// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

h1.raleway-600 {
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italics;
}

html {
	background-color:#c6d4e1;
    background: linear-gradient(135deg, #c6d4e1, #c6d4e1, #eeeeec, #c6d4e1, #c6d4e1);

}

body{
  font-family: "Raleway";
  width: 100vw;
  height: 100vh;
}


body.container {
	width: 33% !important;
	margin: 80px auto 0 auto;
}
 
.small{ 
font-size: 80%;
}


h1 {
  color: rgb(107,117,128);
  font-weight:600;
  font-style: italic;
}

h2 {
	color: rgb(166,104,118)
}

h3 {
	color: rgb(131,133,80)
}

p {
  color: rgb(105,67,29)
}



