p { 
    line-height: normal;
}
body {
    background-color: rgb(128, 94, 134);
    margin-right: 15%;
    margin-left: 15%;
    text-align: left;
    font-size: 20px;
}

html {
    font-family: 'Raleway', sans-serif;

}

h1 {
    margin-bottom: 0px;
    margin-top: 30px;
    font-size: 100px;
    font-weight: 900;
    letter-spacing: 0.03em;
    color: #804f9a;
}

h4 {
    font-weight: 400;
    font-size: 16px;
}

h3 {
    color: rgb(249, 218, 255);
}