h1,h2,h3,h4,p{
    font-family: 'Crimson Text', serif;
    color: crimson;
}

body {
    margin-left: 30%;
    margin-right: 30%;
    margin-top: 5%;
    margin-bottom: 5%;
    background-color: rgb(98, 24, 39);
}

h1 {
    font-weight: 700;
    font-size: 75px;
    line-height: 10%;
}

h2 {
    line-height: 60%;
}

p {
    font-size: 18px;
    line-height: 16px;
}

h3 {
    font-weight: bold;
    font-size: 16px;
}

h4 {
    font-weight: normal;
    font-size: 15px;
    line-height: 50%;
}