#title {
  border-style: solid;
  border-width: 4px;
  border-color: #fc9292;
  border-radius: 8px;
  color: #fc9292;
  font-size: 50px;
  padding: 20px;
  background-color: white;
  font-weight: bold;
  /*font-family: 'Arial Black', Gadget, sans-serif;*/
  font-family: 'Patrick Hand', serif;
}

.loginheader {
  /*font-family: 'Arial Black', Gadget, sans-serif;*/
  font-family: 'Patrick Hand', serif;
  color: #fc9292;
}

.infobuttons {
  border-style: solid;
  border-color: #fc9292;
  border-width: 2px;
  width: 100px;
  background-color: white;
  border-radius: 3px;
  color: #fc9292;
}

#banner {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#sidebuttons {
  display: flex;
  flex-direction: column;
  padding: 20px;
  justify-content: center;
}

#forms {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
}

#newuserform,
#loginform {
  background-color: rgb(214, 229, 237);
  margin: 20px;
  width: 800px;
  text-align: center;
  padding: 50px;
  box-shadow: 20px 40px darkgrey;
  float: center;
}

.inputp {
  /*font-family: 'Arial Black', gadget, sans-serif;*/
  font-family: 'Patrick Hand', serif;
  color: grey;
}

.inputbutton {
  border-radius: 5px;
  border:lightgrey 2px solid;
}

.inputbutton:hover {
  background-color: lightgrey;
}

.submitbutton {
  height: 20px;
  width: 100px;
  margin: 15px;
  border-radius: 5px;
  border: none;
}

.submitbutton:hover {
  background-color: lightgrey;
  border-radius: 30px;
  border: dark grey;
}

#loginbody {
  background-color: #ffaaaa;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.connectlink {
  background-color: white;
  color: salmon;
  text-decoration: none;
  border-radius: 20px;
  padding: 10px;
  /*font-family: 'Arial Black', gadget, sans-serif;*/
  font-family: 'Patrick Hand', serif;
  border-color: salmon;
  border-width: 2px;
  border-style: solid;
  margin: 30px;
}

a{
  font-family: 'Cabin', serif;
}

#forgotbuttons{
  display: flex;
  flex-direction: column; 
}

#loginfooterbuttons{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

#avatar {
  text-align: center;
  background-color: white;
  color: black;
  border-radius: 100%;
  height: fit-content;
  width: fit-content;
  padding: 10px;
  border: black 2px solid;
}

#rightbannerbuttons{
    display:flex;
    flex-direction:row;
    align-items:center;
}

#rightbanner{
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;

}

button {
  font-family: 'Poppins', serif;
}

input{
  font-family: 'Poppins', serif;
}