*{
  background-color: rgb(254,81,82);
  font-family: Oswald;
  font-size: 100%;
}

.valorantStratGenerator{
  background-color: rgb(254,81,82);
}

.valorant__title,
.gun__title{
  width: 100%;
  color: #0d1824;
  text-align: center;
  font-weight: bold;
  padding-top: 5%;
}

.valorant__text,
.valorant__text1,
.gun__text{
  margin: 0;
  font-size: 200%;
}

.valorant__text,
.valornat__gun__text{
  margin: 0;
  font-size: 250%;
}

@font-face {
  font-family: valorantTesting;  
  src: url(valorantFont.ttf);
}

.valorant__text{
  font-family:valorantTesting;
}

.valorant__logo{
  height: 7.5%;
  width: 7.5%;
  margin: auto;
  padding: 1% 0% 0% 0%;
}

.valorant__image{
  height:100%;
  width:100%;
}

.valorant__generate{
  width:100%;
  margin-top: 2%; 
  text-align:center;

}

.valorantButton{
  height: 50%;
  width: 50%;
  /* border:solid; */
  font-size:150%;
  padding: 1% 1% 1% 1%;
  text-align:center;
  border-radius:5px;
  margin-bottom: 2%;

  background-color: #BD3944;
  border:none;

  transition: background-color 0.15s;
  transition: color 0.15s;
}

.valorantButton:hover{
  background-color: #9e303a;
  cursor:pointer;
  color: gainsboro;
}

.valorantButton:active{
  background-color: rgb(113, 35, 41);
}

.valorant__strat{
  /* border:solid; */
  border:none;
  border-color: #53212B;
  border-width: 5px;
  margin:auto;
  text-align: center;
  /* padding-left: 2%; */
  width:75%;
}

.valorant__strat__text,
.valorant__gun__text{
  font-size: 150%;
  color: #0d1824;
  font-weight: bold;
  margin-bottom: 0%;
}

#random__strat,
#random__gun,
#random__agent{
  font-size: 250%;
  color: #53212B;
}

.gun__title{
  margin-top: 10%;
}

.gun__logo{
  width: 100%;
  margin-top: 0%;
  margin-bottom: 0%;
  text-align: center;
  margin: auto;
}

.gun__text{
  margin-bottom: 0%;
}

.image__div{
  width:100%;
}

#random__gun__image{
  padding: 0 0 0 0;
  margin: 0% 0% 0% 0%;
  width:40%;
}

.valorant__gun__text{
  margin-bottom: 0%;
}

.disclaimer{
  margin-top: 10%;
  text-align: center;
  font-size: 0.75rem;
}

.random__agent__image{
  width:150%;
}