body {
    transform: rotate(180deg);
    text-align: center;
}

img{
    width: 300px;
    border-radius: 200px;
    border: 3px solid #3cff00;
}
body{
    background-color: blueviolet;
    color: aqua;
}