html{
    cursor: url("./images/pointer.png") 2 2, default;
}
    
body{
    color: rgb(38, 31, 44);
    font-family: "Urbanist";
    font-weight: 400;
    font-style: normal;
    background-image: url('./images/tartanbg.png');
    background-repeat: repeat;
    font-size: 78%;
}

h1{
    font-family: "UnifrakturMaguntia";
    color: rgb(128, 75, 161);
    font-size: 250%;
}

h2{
    font-family: "UnifrakturMaguntia";
    color: rgb(128, 75, 161);
    font-size: 200%;
}

h3{
    font-family: 'UnifrakturMaguntia';
    color: rgb(128, 75, 161);
    font-size: 180%;
}

p{
    text-align: left ;
}

