.updateimg
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  box-shadow: 0px 0px 65px #666;
  animation-name: borderedEasyImg;
  animation-duration: 3s;
}

.logo
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  border: 2px solid #fff;
  box-shadow: 0px 0px 54px #666;
  animation-name: borderedEasyImg;
  animation-duration: 1.2s;
}
.avatar
{
  object-fit: cover;
  border-radius: 50%;
  width: 190px;
  height: 190px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
h1
{
  text-align: center;
  box-shadow: 0px 0px 65px #333;
  text-rendering: optimizeSpeed;
}

@keyframes borderedEasy
{
  from {border-radius: 90%; box-shadow: 0px 0px 635px #fff;}
  to {border-radius: 64px; box-shadow: 0px 0px 65px #333;}
}
@keyframes borderedEasyImg
{
  from {border-radius: 99%; box-shadow: 0px 0px 888px #f25;}
  to {border-radius: 4px; box-shadow: 0px 0px 65px #666;}
}
#infblock
{
  background-color: #222;
  margin: 12px;
  text-align: center;
  border-radius: 64px;
  animation-name: borderedEasy;
  animation-duration: 1.4s;
  padding: 48px;
  box-shadow: 0px 0px 65px #333;
  text-rendering: optimizeSpeed;
}
#inftext
{
  color: #eee;
  font-size: 32px;
}