body {
  font-family:"Garamond";
  display: flex;
  justify-content: center;
  align-items: center;
}
.header {
  font-size: xx-large;
color: black;
float: left;
}

.wrapper{
    height: 1000px;
    background-image: url("../images/ArtificerClassroom.jpg");
    background-size: 100%;
    width:1100px;
    margin:0 auto;
    padding:10px;
    margin-bottom:15px;
}
.logo{
    float:right;
}
.container {
  background: rgba(255, 255, 255, 0.5);
  padding: 2rem;
  border-radius: 10px;
  box-shadow: 0 0 10px #000;
  margin-top: 250px;
  font-size: 18px;
}

.container a{
  color: #0000ff;
}
input, button {
  margin: 0.5rem 0;
  padding: 0.5rem;
  width: 100%;
  border: none;
  border-radius: 5px;
}
button {
  background-color: #0000ff;
  color: white;
  cursor: pointer;
}
a {
  color: #0000ff;
  text-decoration:none;
}
a:hover, a:active {
  color: #c70000;
  text-decoration:none;
}
.layer{
    margin-top:15px;
    margin-bottom:15px;
}
.footer{
  text-align: center;
  font-weight: bold;
  color: white;
}