.avatar {
    width: 150px;
    margin-right: 50px;
    cursor: zoom-in;
    image-orientation: from-image;
}
body {
    background: #5bd98e;
    font-family: MONOSPACE;
    padding-top: 45px;
    font-size: 20px;
.player::before {
    content: "";
    bottom: 0px;
    display: block;
    position: relative;
    height: 225px;
    max-width: 180px;
    background-position: 10 0;
    background-position-x: 0px;
    background-position-y: -6px;
    background-size: 100% 100%;
    background-image: url(https://media.tenor.com/uQaQC--pzp8AAAAi/ralsei-spin.gif);
    right: -102px;
}
.extended.box::before {
    content: "Let`s smoke some crack";
    font-size: 20px;
    font-weight: bold;
}
.rightHead {
    background: #4eb979;
    color: #3e9360;
    padding-left: 4px;
}
h4 {
    color: #327750;
    margin-bottom: 0px;
}
.fwiendCount {
    color: #387551;
}
#country {
    font-size: 0px !important;
}
#country::after {
    content: "Castle Town";
    font-size: 19px;
}
@media (min-width: 800px) {
    .topLeft::after {
        background: rgba(91, 217, 142);
        background-image: url(https://media1.tenor.com/m/919Bu4T8cH8AAAAC/ralsei-ralsei-cwitchy.gif);
        display: block;
        height: 300px;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        content: "My Best Photo";
        font-size: 20px;
        text-align: center;
        border: 3px green emerald;
}
form::after {
    content: url(https://media.tenor.com/77V58ejieu8AAAAi/deltarune-ralsei.gif);
    position: fixed;
    right: 0;
    bottom: 0;
}
element.style {
    display: initial;
}
#imgPreview img {
    width: auto;
    height: auto;
    max-height: calc(100% - 10px);
    max-width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 5px solid #00000000;
    cursor: zoom-out;
    background: #ffffff00;
}