body {background-color: #0d0d1d;} 
img {
  border-radius: 50%;
}
main {
	  text-align: right;
}
label {
     display: inline-block;
     width: 200px; // or whatever
}
footer {
  text-align: center;
  padding: 3px;
  background-color: DarkSalmon;
  color: white;
  font-family: japoki;

}
@font-face {
  font-family: japoki;
  src: url(fonter.woff);
}

