body {
    margin: 0%;
    padding: 0%;
    height: 0%;
}
.box {
    position: relative;
    display: block;
}
.boxtext {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 40%;
    text-align: left;
    color: aquamarine;
    width: 50%;
}
.ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 120px;
    background-color: grey;
}
.li {
    float: top;
}
.li a {
    display: block;
    color: whitesmoke;
    padding: 19px 16px;
    text-decoration: none;
}
.li a:hover {
    background-color: black;
    color: whitesmoke;
}
.active {
    background-color: red;
}
.button:hover {
    background-color: red;
    color: white ;
}
.td {
    padding: 6px;
    top: 10%;
    transform: translate(40%,10%);
}
.Akua {
    margin: 0%;
    padding:0%;
    background-image: url(NanaAkua.jpeg);
    background-position:center;
    background-repeat: no-repeat;
    height: 50%;
    font-family: sans-serif;
}
.form {
    width: 500px;
    height: 630px;
    background: #000;
    color: aquamarine;
    top: 10%;
    left: 50%;
    position: absolute;
    transform: translate(-50%,10%);
    box-sizing: border-box;
    padding: 50px;
}
.form p {
    margin: 0;
    padding: 0;
    font-weight:bold;
}
.flag {
    width: 120px;
    height: 100px;
    border-radius: 50%;
    position :absolute;
    top: -50px;
    left: calc(50% - 50px);
}
.Adinkra {
    margin: 0%;
    padding: 0%;
    background: url(AdinkraSymbols.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    
}
h2 {
    margin: 0;
    padding: 0 0 20px;
    text-align: center;
    font-size: 22px;
}
