body {
    background-color: #4B4B4B;
    font-family: "Press Start 2P", cursive;
    height: 100%;
    margin: 0;
    padding: 0;
}
html {
    height: 100%;
}
img {
    display: block;
    margin: 0 auto;
    padding: 50px;
    width: 300px;
}
.avatar:hover {
    transform: scale(1.2);
}
.avatar {
    transition: all 1s;
    transform-origin: 50% 50%;
}
.text {
    color: #FFFFFF;
    text-align: center;
}
	