@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');

body {
  background-image: url("./images/bgstars002.gif");
  background-repeat:repeat;
}

.start img{
  display: block;
  margin: auto;
  width: 820px;
}

.intro {
    background-color: #5e0000;
    border: 3px solid #ff0000;
    margin: auto;
    padding: 10px;
    width: 800px;
    margin-bottom: 20px
}

.intro h1 {
  font-family: "Silkscreen", sans-serif;
  font-style: normal;
  text-align: center;
  color: #FFFFFF;
}
.intro h2 {
  font-family: "Silkscreen", sans-serif;
  font-style: normal;
  text-align: center;
  color: #FFFFFF;
}

.intro p {
  font-family: "Silkscreen", sans-serif;
  font-style: normal;
  text-align: center;
  color: #FFFFFF;
}

.intro img {
display: block;
margin: auto;
}


.credits p {
  font-family: "Silkscreen", sans-serif;
  font-style: normal;
  text-align: center;
  color: #FFFFFF;
}






/*widget*/
@import url('https://fonts.googleapis.com/css2?family=Silkscreen:wght@400;700&display=swap');
.silkscreen-regular {
  font-family: "Silkscreen", sans-serif;
  font-style: normal;
}
.eggpire-ring {
  font-family: "Silkscreen", sans-serif;
  font-style: normal;
  background-color: #920000;      
  border: 3px solid #ff0000;
  padding: 10px;
  width: 220px;
  text-align: center;
  box-shadow: 0px 0px 10px #ff0000;
  margin: 10px auto;
}

.eggpire-ring p {
    color: #ffffff;
    margin-top: 2px;
}
.eggpire-ring a {
  color: #ffdd00;
  text-decoration: none;
}

.eggpire-ring a:hover {
  color: #ecff41;
  text-shadow: 6px #f7ff1d;
}

.eggpire-img {
  width: 48px;
}

