@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lalezar&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Lalezar&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Staatliches&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,900;1,900&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Gilda+Display&family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
.navbar{
    position: fixed;
    top: 0px;
    width: 100%;
    background-color: rgb(255, 255, 255);
    z-index: 1;
    font-family: "Lora", 'Times New Roman', Times, serif;
}

body{
    margin-top: 5px;
    background-color: rgb(246, 204, 235);
    font-family:"Times New Roman", "Helvetica";
}

h1{
    text-align: center;
    font-family: "Staatliches", "Playfair Display", "Times New Roman";
    font-size: 60px;
    color: rgb(73, 21, 141);
    padding-top: 5%;
}
h2{
    text-align: center;
    font-family: "Lalezar", "Times New Roman", "Courier New";
    font-size: 45px;
    color: rgb(224, 19, 118);
    margin-top:20px;
    padding-top: 5%;
    padding-bottom: 5%;
}
hr{
    margin-top: 300px;
}







