ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: rgb(65, 15, 111);
    
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 20px;
    margin-top: 20px;
}

li a:hover {
    background-color: rgb(27, 68, 68);
}

header {
    text-align: center;
}

.text {
    color: rgb(52, 5, 5);
}