html {
  text-align: center;
}
body {
    font-family: 'Montserrat', sans-serif;
    color: #DAD7D4;
    background-color: #A29C92;
    width: 300px;
    margin: 0 auto;
}

.main {
    align-items: center;
    text-align: center;
    padding-top: 150px;
}

a {
    text-decoration: none;
}

a:link {
    color: #DAD7D4;
}

a:visited {
    color: #DAD7D4;
}

a:hover {
    color: #DAD7D4;
}

a:active {
    color: #DAD7D4;
}

.comingsoon {
  font-size: 28px;
  color: #D1622C;
}


.comingsoon2 {
  height: 90px;
  width: 100px;
  font-size: 36px;
  margin-left: 5px;
  float: right;
}
