body {
    background-color: #5e6e55;
    color: #FFF4EC;
    margin: 0;
    padding: 20px;
}
h1 {
    font-family: 'Cinzel', serif;
    font-weight: 400;
    font-size: 72px;
    text-align: center;
}
h4 {
    font-family: serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
}
a {
    text-decoration: underline;
    color:#FFF4Ec;
}
.kylie-jessi {
    font-family: Cinzel, serif;
    font-size: 24px;
}
.do-my-hair {
    font-family: Allison, cursive;
    font-size: 24px;
}
.content-container {
    max-width: 600px; /* You can adjust this value */
    margin: 0 auto;
    text-align: center;
}

.description {
    display: inline-block;
    text-align: center;
    margin-top: 15px;
    padding: 0 20px;
}

.links-container {
    margin-top: 25px;
    text-align: center;
}

.links-wrapper {
    display: inline-block;
}

a:first-child {
    margin-right: 50px;
}