body {
    background-color:  #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
    font-size: 26px;
    line-height: 42px;
	font-weight: 300;
	letter-spacing: -0.02em;
    outline:none;
    color: #0E233F;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	shape-rendering: geometricPrecision;
}

a {
    color: #B7A57A;
    text-decoration: none;
    border-bottom: #B7A57A 0.5px solid;
}

#container {
    border-top: 8px solid #B7A57A;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

#contact {
    text-align: center;
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%);
}

#contact-us {
    padding-left: 36px;
    padding-right: 36px;
    background-color: #B7A57A;
    color: #fff;
    border: 0px;
    height: 56px;
    padding-bottom: 4px;
    font-size: 20px;
    line-height: 52px;
    border-radius: 28px;
    cursor: pointer;
}