@charset "UTF-8";

p.img a {
    transition: 0.2s ease-in-out;
}

p.img a:hover {
    opacity: 0.7;
}

p.img img {
    width: 50%;
}

@media screen and (max-width: 900px) {
p.editor.center {
    text-align: center;
}

p.img {
    text-align: center;
}
}

@media screen and (max-width: 900px) and (min-width: 480px) {
p.img img {
    width: 35%;
}
}