body {
    font-family: 'Cinzel', serif;
    background-color: #ececec;
}

#Title {
    text-align: center;
}

#ComingSoon {
    text-align: center;
}

#No-Bold {
    font-weight: normal;
}

#Medium {
    font-weight: 400;
}

.title:before {
    content: " ";
    display: block;
    height: 1px;
    width: 200px;
    position: absolute;
    top: 50%;
    left: -30%;
    background: black;

}

.title {
    position: relative;
    max-width: 500px;
    margin: 30px auto;
    text-align: center;
}

.title::after {
    content: " ";
    height: 1px;
    width: 200px;
    background: black;
    display: block;
    position: absolute;
    top: 50%;
    right: -30%;
}

.subtitle {
    margin-top: -20px;
}