.text-container {
  width: 400px;
  margin: auto;
  background-color: white;
  height: 300%;
  text-align: justify;
}

body {
background-color: #ffffff;
  font-family: 'm';
  color: black;
}

main {
width: 400px;
  margin: auto;
}

@font-face {
  font-family: 'm';
  src: url('https://file.garden/ZtBiN_PK_QLwMwrS/MS%20Gothic%20Regular.ttf');
}

p, b, h1 {
font-family: 'm';
  color: black;
}

a {
  font-family: 'm';
  color: black;
  text-decoration: underline;

}

.publish-timestamp, .edit-timestamp, #theme-toggle, .site-header {
  display:none;
}

.edit {
  background: white;
}

.edit:hover {
  background-color: #bfbfbf;
  color: white;
}

.site-footer {
color: black; 
}