body {
    font-family: Arial, Helvetica, sans-serif;
}
header {
    background-color: rgb(226, 43, 195);
    color: white;
    padding: 16px;
    border-radius: 16px;
    img {
        border-radius: 16px;
    }
    font-size: x-large;
}