:root {
	--roxo:#764FA0;
}
::-webkit-scrollbar {
	width:10px;height:10px;background-color:#DDD;
}
::-webkit-scrollbar-thumb {
	background-color:var(--roxo);border-radius:20px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

body{
  background: #fff;
}

.container {
  width: 90%;
  max-width: 1350px;
  margin: 4rem 0;
}


