body {
    text-align: center;
    background-color: aqua;
    color: black;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    align-content: center;
}

a:link {
    color: crimson;
}

img{
    width:200px;
}