@import "fonts.css";

body {
    background-color: black;
    color: white;
    font-family: lt-superior-regular, serif;
    text-align: justify;
}

.quote {
    text-align: center;
    text-shadow: white 0 0 15px ;
    margin: 1rem auto;
}

.quote-content {
    font-size: 0.8rem;
}

.quote-decoration {
    font-size: 0.6rem;
}

.paragraph-decoration {
    text-align: center;
}

h1 {
    font-size: 3rem;
}

p {
    font-size: 1rem;
}