h1{
    color: rgba(110, 48, 48, 0.842);
    text-align:center;
    font-size: 50px;
    text-shadow: 2px 2px 5px black ;
    font-family: Yatra One;
    margin-top: 100px;
}
h2 {
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
h3 {
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
body{
    background-color: rgb(243, 220, 191);
    background-image: linear-gradient( rgb(240, 216, 187),rgb(243, 204, 157),rgb(240, 188, 124),rgb(240, 170, 84));
}
p,ul{
    color: rgb(99, 85, 67);
    background-color:rgb(245, 226, 202);
    padding: 20px;
    box-shadow: 2px 2px 5px black;
    width: 70%;
    margin:auto;
    font-family: Delius;

    border-style: dashed;
    border-width: 5px;
    border-color: beige;
    border-radius: 20px;
}
nav {
    background-color: blanchedalmond;
    padding: 10px;
}
a{
    background-color: rgb(253, 226, 185);
    padding: 10px;
    margin: 5px;
    display: inline-block;
    text-decoration: none;
    color: black;
    transition-duration: 350ms;
}
a:hover{
    background-color: rgb(255, 255, 255);
    translate: 0-5px;
}
nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
