@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);

html,
body {
  height: 100%;
  margin: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  background-color: rgba(147, 128, 108, 0.098);
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 300;
}

.container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.elixir,
.phoenix {
  margin: 10px 25px;
  text-align: center;
  color: #fff;
  opacity: 0.75;
}

.elixir a,
.phoenix a {
  display: inline-block;
  padding: 50px;
  text-decoration: none;
  color: #fff;
}

.elixir:hover,
.phoenix:hover {
  transition: ease-in-out 0.5s;
  opacity: 1;
}

.elixir {
  background-color: #63407d;
}

.phoenix {
  background-color: #F67938;
}
