@import url("https://fonts.googleapis.com/css2?family=Lilita+One&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lilita One", sans-serif;
}
body {
  height: 100vh;
  background-image: url(https://link.brawlstars.com/images/game/background.jpg?v=umy6twz);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.container {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.logo {
  width: 200px;
}
img {
  width: 100%;
}
p {
  margin-top: 17px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 25px;
  font-weight: bolder;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
}

button{
	 font-family: normal;
  
    cursor: pointer;
	background: transparent url(https://link.brawlstars.com/images/game/button-gold.svg?v=umy6twz);
    padding: 15px 25px;
    color: #00000;
  font-size: 21px;
  position: relative;
    line-height: 39px;
    border: none;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    -webkit-transform: skew(-7deg);
    transform: skew(-7deg);
    text-decoration: none;
    background-color: #3b78dc;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-transition: -webkit-transform .1s linear;
    transition: -webkit-transform .1s linear;
    transition: transform .1s linear;
    transition: transform .1s linear,-webkit-transform .1s linear;
	
}



.playstore{
    width: 200px;
}
.p2{
    margin-top: 20px;
    font-size: 18px;
}
.appstore{
    width: 225px;
}