@import url("https://fonts.googleapis.com/css?family=Montserrat:400,600,700,900");

* {
  padding: 0;
  font-family: "Montserrat", sans-serif;
  margin: 0;
}

body {
  background-color: #ebedef;
  text-align: center;
}

.text {
  margin-top: 2%;
}

.container {
  width: 100%;
  margin-top: 20%;
}
