.text-container{
width: 490px;
  background: white;
}

.img {
  animation: float 4s linear infinite;
  display: block;
  margin: auto;
  width: 330px;
}

@keyframes float {
	0% {
		transform: translateY(0);
	}
 
	50% {
		transform: translateY(-6px);
	}
 
	100% {
		transform: translateY(0);
	}
}

body {
background: white;
}

main {
  width:490px !important;
   margin: auto; !important
}

 @font-face { 
    font-family: 'c';
    src: url('https://files.catbox.moe/36xhoy.otf');
}
p {
  font-family:'c';
  letter-spacing: 2px;
  text-align: center;
  color: #6F94E3; 
    line-height:20px;
}
b {
  font-family: 'c';
  font-weight: bold;
  color: #344886;
}

body,  r, span, div, rf, code {
  font-family: 'c';
  color: #6F94E3;
}

a {
  font-family: 'c';
  color:#f5b70f;
  text-decoration:underline;
}

.edit:hover {
  background-color: #ffffff;
  color: grey;
}

.edit {
  background:#ffffff;
  
 transition-duration: 0.5s;
  color:#344886;
}

.publish-timestamp, .edit-timestamp,  .site-footer, #theme-toggle, .site-header {
  visibility: hidden;
}