p {
    color:aqua;
    font-family: 'Courier New', Courier, monospace;
}

body {
    background-color: rgb(118, 113, 113);
}

/* class that centers */
.center {
    text-align: center;
}

img {
    border-radius: 50%;
}

* {
    color:rgb(141, 248, 250)
}

p {
    font-size: 20px;
    Color: rgb(8, 41, 42);
}