body {
    color: white;
    background-color: #271b27;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
}

a {
    color: white;
}

img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 5px solid #b87ca6;
}

.center {
    text-align: center;
}

h1 {
    color: #e1c7fa;
    font-size: 50px;
}

h3 {
    color: yellow;
}