/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

iframe body {
  scrollbar-color: #ff0546;
}


html {
  background-image:url(https://rocketadrift.carrd.co/assets/images/image03.jpg?v=eafc7698);
  background-repeat:repeat;
  position: static;
}

.container {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  display: block;

}

.header {
  /* background: image("https://rocketadriftgames.neocities.org/images/ph-header-img-export.png"); */
  display: block;
  width: calc(100%)
}

.responsive {
  width: 100%;
  height: auto;
}

.item {
  background-color: #09010d;
  border: 3px solid  #450327;
  color: #9c173b;
  font-family: 'silver';
  font-size: 36px;
  box-shadow: 4px 4px #09010d;
  justify-content: center;
}

.welcome-message {
  text-align: center;
  margin-bottom: 10px;
  padding: 30px;

}

.two-grid {
  display: grid;
  grid-template-columns: 2fr 50%;
  grid-auto-flow: column;
  grid-gap: 10px;
}

.two-grid2 {
  display: flex;
  grid-template-columns: 1fr 49% 1fr 50%;
  grid-auto-flow: column;
  grid-gap: 10px;
  max-width: 960px;
}

@font-face {
  font-family: 'silver';
  src: url(https://rocketadriftgames.neocities.org/silver_font.ttf);
}

.button-and-text {
  margin-top: 5px;
  display: grid;
  grid-template-columns: 20% 80%;
  grid-gap: 10px;
  padding: 10px;
}

.team1 {
  margin-top: 10px;
  max-height: 192px;
  display: flex;
  grid-template-columns: 20% 80%;
  grid-gap: 10px;
  padding: 0px;
  background-color: #09010d;
}

.team2 {
  margin-top: 10px;
  max-height: 192px;
  display: grid;
  grid-template-columns: 80% 20%;
  grid-gap: 10px;
  padding: 0px;
  background-color: #09010d;
  padding-right: 15px;
}

.text {
  text-align: left;
}


h2 {
  font-size: 42px;
  color: #ff0546;
  margin-top: 0.5em;
  margin-bottom: 0.2em;
  text-shadow: 0 0 5px #e7567db3;
  font-weight: 100;
  
}

h3 {
  font-size: 38px;
  color: #ff0546;
  margin-top: 0.1em;
  margin-bottom: 0.2em;
  text-shadow: 0 0 5px #e7567db3;
  font-weight: 100;
}

.heading {
  text-align: center;
  font-family: 'silver';
}

.games {
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.team-about {
  text-align: left;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-about2 {
  text-align: right;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.donate-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  
}

button {
  background-color: #450327;
  border: 3px #9c173b;
  color: #ff0546;
  font-family: 'silver';
  font-size: 42px;
  font-weight: bold;
  width: 100%;
}

button:hover {
  background-color: #0ce6f2;
  color: #09010d;
  cursor: pointer;
}

.foot {
  margin-top: 10px;
  
}

iframe {
  border: 3px solid #450327;
  box-shadow: 4px 4px #09010d;
}

.badges {
  padding: 30px;
  align-items: center;
  justify-content: center;
  flex: 1;
}

a {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

a[title]:hover::after {
  content: attr(title);
  position: absolute;
  top: -100%;
  left: 0;
}

a{
  color: #0ce6f2;
  font-weight: 100;
  margin-top: 0px;
  justify-self: end;
  text-align: end;
  text-shadow: 0 0 5px #9cf0f4;
}

.game-link {
  text-align: right;
  margin-bottom: 30px;
}

body {
  cursor: url(https://rocketadriftgames.neocities.org/images/cursor.gif), auto;
}