@import url('https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');
.h1{
	font-family: "Source Code Pro", monospace;
	font-weight:700;
}
.my-big-project {
  font-weight:lighter;
  font-size:18px;
  letter-spacing:1.5px;
  font-family:courier new, courier, sans-serif;
}
.btn-thinking {
	font-family: source code pro, monospace;
	color:#505050;
}
.btn-thinking:hover {
	font-family: source code pro, monospace;
	letter-spacing:2px;
	font-weight:700;
	color: #bc987e;
 transition: 0.8s;
}
.btn-thinking2 {
	font-family: source code pro, monospace;
	color:#505050;
}
.btn-thinking2:hover {
	font-family: source code pro, monospace;
	letter-spacing:2px;
	font-weight:700;
	color: #ffffff;
 transition: 0.8s;
}
.btn-thinkingstick {
	font-family: source code pro, monospace;
	color:#505050;
}
.btn-thinkingstick:hover {
	font-family: source code pro, monospace;
text-transform:uppercase;
	font-weight:600;
	color: #9b7051;
 transition: 0.2s;
}
      .alignright {
        float: right;
      }