body{
    background-color: black;
    text-decoration: white;
    margin: 50px;


}

@font-face {
    font-family: "undertale";
    src: url("/newsletters/fonts/undertale.woff") format('woff');
}

#chapter7{
    margin-left: 16%;
    margin-right: 16%;
}

#title{
    color: yellow;
    text-align: center;
    font-family: undertale, Arial, sans-serif;
    font-size: 30px

}


p{
    margin-left: 25%;
    margin-right: 25%;
    color: white;
    text-align: left;
    font-family: undertale, Arial, sans-serif;
    font-size: 20px
    

}
#disclaimer{
    color: darkslategrey;
    text-align: center;
    : 50px;
    font-family: undertale, Arial, sans-serif;
    font-size: 15px
}

.text-center {
    text-align: center;
}

.display-inline {
    display: inline-block;
}


#uglies{
    text-align: center;
}

a{
    color: cornflowerblue;
    text-align: center;
    font-family: undertale, Arial, sans-serif;
    font-size: 20px

}

#art{
    text-align: center;
}
