body {
    background: aliceblue;

}
h1 {
    /* padding-left: 700px; */
    font-size: 50px;
    font-family: cursive;
    margin:  0 auto;
    width:  200px;
}
/* Dropdown Button */
.dropbtn {
    background-color:  #30b0b0;
    color: aliceblue;
    padding: 16px;
    font-size: 20px;
    font-family: fantasy;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #30b0b0;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* Links inside the dropdown */
.dropdown-content a {
    color: #ffffff;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: fantasy;
}
.dropdown-content a:hover {
    background-color: #30b0b0;
    color: #30b0b0;

}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ffffff}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;

}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: black;


}
.words {
    width: 80%;
    float: right;
    text-align: center;
    color: black;
    font-size: 17px;
    font-family: fantasy;
    padding-top: 20px;
}
 li{
    text-decoration: none;
    
}