@import url('https://fonts.googleapis.com/css2?family=Roboto&family=Source+Sans+Pro:wght@600;700;900&display=swap');

body{
  font-family: "Source Sans Pro", sans-serif;
  background-color: white !important;
}

footer{
  position: absolute;
  bottom: 0;
  background-color:#F1F3F4;
  width: 100%;
  height: 10%;
}

.footer-text{
  display: inline !important;
}

header{
  background-color:#F1F3F4;
}

a{
  text-decoration: none !important;
  position: absolute;
  right: 50%;
  top: 40%;
}

h3{
  font-size: 36px !important;
  padding-top: 15px !important;
}

p{
  font-family: "Roboto", sans-serif;
  margin-top: 20px !important;
  font-size: 18px;
}

.header-text{
  padding-bottom: 20px !important;
}

textarea{
  border: 2px solid #797D80;
  padding: 30px 40px;
  border-radius: 8px;
  font-weight: 800;
  font-size: 20px !important;
  resize: none !important;
  height: 256px;
}

#qrcode {
    width:160px;
    height:160px;
    padding-left: 10%;
  }

.container {
  display: flex;
  padding-top: 50px;
}

::placeholder {
  color:#6c757d;
  opacity:1;
  font-weight: 500;
  font-size: 20px;
}

::-webkit-scrollbar-track
{
	border-radius: 8px;
  background-color: #eee;
  cursor: default !important;
}

::-webkit-scrollbar
{
  border-radius: 8px;
	width: 12px;
  background-color: #eee;
  cursor: default !important;
}

::-webkit-scrollbar-thumb
{
	border-radius: 8px;
	background-color: #d9d9d9;
  height: 26px;
  cursor: default !important;
}
