body{
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;

}

ul {
   display: flex;
   justify-content: space-between;
   list-style: none;
   align-items: center;
   padding: 16px;
}

a {
    color: white;
    text-decoration: none;
}
header img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid rgb(66, 5, 63);
}
.center {
    color: rgb(231, 227, 231);
   text-align: center;
    justify-content: center;
    align-items: center;
}
h1 {
    color: rgb(131, 7, 161);
    font-size: 36px;
    
}
footer img {
    width: 50px;
    height: 50px;
   
}
