@import url('https://fonts.googleapis.com/css2?family=Krona+One&display=swap');
*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body {
    background-color:black;
  margin: 0;
  padding: 0;
  height: 100%;
}

body {
  color: #333333;
  font-weight: 400;
  font-size: 15px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 20px;
  margin: 0;
 
}
img{
    width:300px;
}

p { margin: 0 0 20px; }



@media (max-width: 800px) {
  body { padding: 0; }
    
}

/*
h1,
{
font-family: 'Krona One', sans-serif;
  margin: 10px 0;
  font-weight: 500;
  line-height: 40px;
  text-align: center;

}

h1 small,
{
  font-weight: 400;
  line-height: 1;
  color: #8d8d8d;
}





.intro {
.intro {
  padding: 4em 2em;
}

.code {
  display: block;
  background: #eee;
  padding: 1em;
  border-radius: 1em;
  margin: 2em auto;
  max-width: 30em;
  font-size: 0.8em;
  width: fit-content;
  white-space: pre-wrap;
}

.button {
  display: inline-block;
  padding: 5px 10px;
  margin: 0;
  background-color: #da0d25;
  background-position: center center;
  background-repeat: no-repeat;
  color: #FFF;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  transition: all 300ms ease;
}

.button:hover,
.button:focus {
  color: #7a0715;
  background: #f22840;
}*/
