body {
  min-height: 800px;
  background-color: #A78A7F;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  
}

@font-face {
  font-family: 'alkhemikal'; /* Name your font */
  src: url('fonts/alkhemikal.ttf') format("truetype"); /* Path to your font */
  font-weight: normal;
  font-style: normal;
}

h1, h2, h3 {
  color: #E7D7C1;
  font-family: "alkhemikal";
  text-align: center;
}

p {
  font-family: "alkhemikal";
  font-size: 20px;
}

div {
  margin: auto;
  padding: 1% 2% 1% 2%;
  
}

.container1 {
  display: flex;
  flex-direction:column;
  align-items: center;
  align-content: center;
  background-color: #735751;
}

#angeldevil {
    display: flex;
    flex-direction:column;
    align-items: center;
    align-content: center;
    width:20%;
    height: auto;
    
  }

