body {
    background-color: blue;
}

h1 {
    color: white;
    font-size: 50px;
    font-family: cursive;
    text-shadow: 3px 3px #558ABB;
}

p {
    color: white;
}

#sports {
    font-size: 25px;
}

#typs {
    color: red;
    font-family: system-ui;
}

img {
    border: 2px solid white;

}
