h1,h2,h3,h4,p{
    font-family: 'Raleway', sans-serif;;
    color:rgb(245, 228, 255)
}

body{
    margin-left: 250px;
    margin-top: 100px;
    margin-bottom:100px;
    background-color: rgb(73, 54, 95);
}
h1{
    font-weight: 900;
    font-size: 60px;
    line-height: 60%;
}

h2{
    line-height: 60%;
}

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

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

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


