body{
    background-color: black;
}

h1{
    color: greenyellow;
    font-family: Cursive, Arial;
    font-size: 50px;
    text-align: center;
}

h2{
    color: greenyellow;
    font-family: Cursive, Arial;
    font-size: 35;
    text-align: center;
}

h3{
    color:orange;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    text-align: center;
}

.navbar ul{
    list-style-type: none;
    background-color: green;
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}

.navbar a{
    color: white;
    text-decoration: none;
    padding: 15px;
    display: block;
    text-align: center;
}

.navbar a:hover{
    background-color: greenyellow;
    color: gray;
}

.navbar li{
    float: left
}

pr{
    color: greenyellow;
    font-family: Arial, Helvetica, sans-serif;
}

a{
    color: greenyellow;
    font-family: cursive, arial;
    font-size: large;
}