/*
https://i.imgur.com/UJAGPrY.jpg
https://i.imgur.com/tPPGqAC.jpg
https://i.imgur.com/46nluU3.jpg
https://www.fontbolt.com/font/clash-royale-font/
*/

@import url('https://fonts.googleapis.com/css2?family=Lilita+One&display=swap');

html{
  overflow: hidden;
}

body{
  background-image: url(https://i.imgur.com/tPPGqAC.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  width: 100vw;
  margin: 0px;
  max-width: 100%;
}

.titulo1{
  height: 15vh;
  width: 45vw;
  margin-left: 2.5vw;
  margin-left: 7vw;
}

.titulo2{
  height: 15vh;
  width: 60vw;
  margin-top: 2vh;
}

#titulo{
  display: flex;
  flex-direction: column;
  margin-left: 20vw;
  margin-top: 5vh;
}

a{
  align: center;
  color: white;
  font-size: 3.5vh;
  font-family: 'Lilita One', sans-serif;
  text-shadow: 2px 2px 4px rgb(242, 180, 181);
  text-decoration: none;
  letter-spacing: 0.1vw;
  transition: color 1s;
	background: linear-gradient(to bottom, rgba(255,209,82,255) 50%, rgba(255,190,41,255) 50%);
	background-color:#ffc477;
  border: solid 3px rgba(255,181,55,255);
  padding: 0.5vw 1vw;
  border-radius: 5px;
  box-shadow: 2px 2px 10px grey;
 }


.boton{
  trasition-duration: 1s;
}

.boton:hover{
  background-color: #4CAF50; 
  color: white;
}

/* 
amarillo claro: rgba(255,209,82,255)
amarillo abajo: rgba(255,190,41,255)
borde: rgba(254,159,9,255)
*/

.fila1{
  display: flex;
  flex-direction: row;
  width: 60vw;
  justify-content: space-around;
  text-align: center;
  margin: 10vh;
  margin-left: 20vw;
  margin-top: 15vh;
}

.fila2{
  display: flex;
  flex-direction: row;
  width: 60vw;
  justify-content: space-around;
  margin: 15vh;
  margin-left: 20vw;
}
.btn-clash.one {
  border: none;
  border-radius: 5px;
  font-family: "Rubik Mono One", sans-serif;
  font-size: inherit;
  color: inherit;
  background: none;
  cursor: pointer;
  padding: 14px 50px;
  display: inline-block;
  margin: 15px 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #ffbd21;
  color: #fff;
  box-shadow: 0 6px #ae6a06, -1px 8px 0 black, 0 0 0 2px black, 0px 6px 0px 2px black;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}