ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: rgb(132, 42, 216);
}

li{
    
    float: left;
    background: rgb(85, 0, 128);
    border-radius: 2px;
    border: rgb(63, 0, 63) solid 2px;
    border-radius: 10px;
    margin-top: 5px;
    margin-right: 60px;
    margin-left: 30px;
}

li a {
    display: block;
    color: white;
    padding: 14px 16px;
    text-decoration: solid;
    font-size: 20px;
    margin-top: 15px;
}

li a:hover{
    background-color: rgb(197, 132, 227);
}

header{
    text-align: center;
}

.text{
    color: rgb(194, 40, 171);
}