@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(../images/2xfypfggCDMv.jpg);
  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{
    background-color: rgb(241, 245, 16);
    cursor: pointer;
    border: 1px solid #171717f1;
    outline: none;
    border-radius: 5px;
    padding: 11px 25px;
    color: #fff;
  font-size: 21px;
  font-weight: bolder;
  -webkit-text-stroke-width: 0.5px;
  -webkit-text-stroke-color: #000;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;

}
.playstore{
    width: 200px;
}
.p2{
    margin-top: 20px;
    font-size: 18px;
}
.appstore{
    width: 225px;
}