@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");

.container {
	font-family: "Montserrat", sans-serif;
	min-height: 90vh;
	display: flex;
  flex-direction: column;
	align-items: center;
	justify-content: center;
  background-color: #202A44;
}

* {
  background-color: #202A44;
  font-family: "Montserrat", sans-serif;
}

.logo a {
  margin: 20px;
  color: #0081cb;
  font-size: 40px;
  text-decoration: none;
}

.card {
  width: auto;
  height: auto;
  max-width: 290px;
  background: #202A44;
  position: relative;
  padding: 10px;
  border-radius: 10px;
  margin: 40px;
  box-shadow: 6px 6px 16px 0 rgba(0,0,0,.51), -6px -6px 16px   0 rgba(255,255,255,.05) !important;
}

.card .palette_color {
  width: 64px;
  height: 64px;
  background: #202A44;
  display: inline-block;
  margin: 14px;
  border-radius: 5%;
  box-shadow: 6px 6px 16px 0 rgba(0,0,0,.51), -6px -6px 16px   0 rgba(255,255,255,.05) !important;
  cursor: pointer;
}

.footer {
  margin-top: 90px;
  color: #0081cb;
  text-align: center;
  line-height: 30px;
}

.toast-copied {
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  color: #eee;
  width: 100%;
  height: 100%;
  line-height: 100vh;
  bottom: 0;
  background: #333;
  left: 50%;
  top: 50%;
  z-index: 99;
  text-align: center;
  font-size: 80px;
  text-transform: uppercase;
  text-shadow: 4px 5px 0px #000;
}

.show {
  display: block;
}
.credits {
  position: fixed;
  bottom: 8px;
  right: 2px;
  width: auto;
  height: auto;
  z-index: 99;
  background: red;
  padding: 10px;
  border-radius: 10px;
  background: #333;
  color: #fff;
  cursor: pointer;
  font-size: 10px;
}

.credits a{
  background: #333;
  color: #fff;
  cursor: pointer;
}


.article {
  color:white;
  text-align: left;
  padding:10% 20% 1%;
}


.article a{
color:yellow;
}