* {
    padding: 0;
    margin: 0;
    font-family: 'Poppins', monospace;
}

ul {
    list-style: none;
    background: darkorange;
}

ul li {
    display: inline-block;
    position: relative;
}

ul li a {
    display: block;
    padding: 20px 25px;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    font-size: 20px;
}

ul li ul.dropdown li {
    display: block;
}

ul li ul.dropdown {
    width: 100%;
    background: darkorange;
    position: absolute;
    z-index: 999;
    display: none;
}

ul li a:hover {
    background: #D2691E;
}

ul li:hover ul.dropdown {
    display: block;
}

body {
    background-color: #DEB887;
}

#WebsiteTitle {
    background-color: yellow;
    margin-top: 20px;
    color: black;
    padding: 40px;
    text-align: center;
  }   

.fact1{
    background-color: wheat;
    margin: 40px;
    width: 220px;
    height: 400px;
    float: left;
    color: white;
}

.style{
    text-shadow: 3px 3px black;
    margin-left: 7px;
}

.fact2{
    background-color: wheat;
    margin: 40px;
    width: 220px;
    height: 400px;
    float: left;
    color: white;
}

.fact3{
    background-color: wheat;
    margin: 40px;
    width: 220px;
    height: 400px;
    float: left;
    color: white;
}

.fact4{
    background-color: wheat;
    margin: 40px;
    width: 220px;
    height: 400px;
    float: left;
    color: white;
}

.fact5{
    background-color: wheat;
    margin: 40px;
    width: 220px;
    height: 400px;
    float: left;
    color: white;
}

.fact6{
    background-color: wheat;
    margin: 40px;
    width: 220px;
    height: 400px;
    float: left;
    color: white;
}

.fact7{
    background-color: wheat;
    margin: 40px;
    width: 220px;
    height: 400px;
    float: left;
    color: white;
}

.fact8{
    background-color: wheat;
    margin: 40px;
    width: 220px;
    height: 400px;
    float: left;
    color: white;
}

.fact9{
    background-color: wheat;
    margin: 40px;
    width: 220px;
    height: 400px;
    float: left;
    color: white;
}

.fact10{
    background-color: wheat;
    margin: 40px;
    width: 220px;
    height: 400px;
    float: left;
    color: white;
}

