#main{
  background-color: #e6394d;
  height: 110px;'
  color: white;
  font-family: 'Bree Serif', serif;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
}

body {
	margin: 0px;
  font-family: 'Crimson Text', serif;
  background-image: url("./img/background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}


h1 {

	font-size: 50px;
  margin: 15px;
  margin-top: 0;
  margin-right: 180px;
}

#logo {
  height: 100px;
  width: 100px;
  order: -1;
}

.button {
  justify-content: flex-end;
  align-self: center;
  padding: 5px;
  background-color: #e9a8a8;
  border: none;
  color: black;
  cursor: pointer;
  font-weight: bold;
  border-radius: 8px;
  margin-left: 10px;
}

.active {
    box-shadow: inset 0 0 1em rgba(108, 108, 108, 0.9);
}

form, #response {
  display: block;
  width: 600px;
	margin: 10px auto;
  padding: 10px;
  border-radius: 5px;
  font-weight: bold;
  background-color: #e9a8a8;
  text-align: center;
}

h3 {
  font-size: 30px;
  margin: 10px;
}

input[type=radio] {
  display: inline;
  clear: none;
  margin: 0px 0px;
}

#response {
  visibility: hidden;
}
