body{
    background-image: url(background.jpeg);
    background-repeat: no-repeat;
    background-size:cover;     
    background-attachment: fixed
    
}


div{
    background-color:azure;
    width: 70%;
    height: auto;
    margin-top: 300px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right:0px;
    border-radius: 10px;
    padding-top: 1px;
    padding-bottom: 5px;
    font-size: 25px;
    font-family: 'Stylish', sans-serif;
}
p{
    color:black;
    font-size:20px;
    font-family: 'Stylish', sans-serif;
}
h1{
    color:black;
    font-size: 40px;
   font-family: 'Stylish', sans-serif;
}
nav{
    background-color:azure;
    border-radius: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    width:70%;
}
a{
    color:black;
    text-decoration: none;
    font-family: 'Monda'
