body {
  font-family: 'Anton', sans-serif;
  font-size: 20px;
  color: #626262;
  min-height: 100vh;
  background: url(bg.png) center bottom no-repeat;
  background-size: contain;
  padding-bottom:12vw;
  box-sizing:border-box;
  margin:0;
}

main {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-flow: column;
  justify-content: space-around;
  
}

div {
  font-size: 16px;
  margin-top: 3vw;
  margin-bottom: 3vw;
}

h1 {
  color: #bf0069;
  color: #df006b;
  font-size: 30px;
}

h2 {
  color: #909090;
  text-align: center;
  margin-top: 0;
  font-size:20px;
}

h2, h1 {
  font-weight: normal;
  margin-bottom: 0;
}

a {
/*   text-decoration: none; */
  color: inherit;
}

a:hover, a:focus {
    color: #df006b;
}

address {
  margin-top: 3em;
  font-style: normal;
  align-self: flex-end;
}

main {
  max-width: 700px;
  padding: 1em;
  margin-left: auto;
  margin-right: auto;
}

div {
  text-align: center;
}
@media (max-width: 600px) {
  h1{
  font-size:28px;
  }
  address{
    margin-top: 8vw;
    
  }
 
}
/*# sourceMappingURL=style.css.map */
