@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

body {
  font-family: "Poppins", sans-serif;
  padding: 0;
  margin: 0;
}

.header {
  display: flex;
  text-align: center;
  align-items: center;
  height: 100vh;
  width: 100vw;
}

.header .ps-Wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  width: 50%;
  height: 100vh;
  background-image: url(https://cdn.mos.cms.futurecdn.net/g2ZNaBKKd4QXQzvCP2vn27.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all;
  transition-duration: 1s;
}

.header .ps-Wrapper .ps-text-Btn-Wrapper {
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(81, 123, 248, 0.295);
}

.header .ps-Wrapper .ps-text-Btn-Wrapper .ps-h1 {
  font-size: 45px;
  font-weight: 600;
}

.header .ps-Wrapper .ps-text-Btn-Wrapper .ps-buy-Btn {
  font-size: 15px;
  font-weight: 600;
  padding: 20px 65px;
  background-color: transparent;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  color: white;
  transition: all;
  transition-duration: 1s;
}

.header .ps-Wrapper .ps-text-Btn-Wrapper #btn:hover {
  font-size: 20px;
  padding: 30px 75px;
  border-width: 1px;
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  .header .ps-Wrapper .ps-text-Btn-Wrapper .ps-h1 {
    font-size: 35px;
    font-weight: 600;
  }
}

.header .ps-Wrapper:hover {
  width: 100%;
}

.header .xbox-Wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  width: 50%;
  height: 100vh;
  background-image: url(https://img.youtube.com/vi/0tUqIHwHDEc/maxresdefault.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all;
  transition: ease-in-out;
  transition-duration: 1s;
}

.header .xbox-Wrapper .xbox-text-Btn-Wrapper {
  color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(30, 34, 44, 0.295);
}

.header .xbox-Wrapper .xbox-text-Btn-Wrapper .xbox-h1 {
  font-size: 45px;
  font-weight: 600;
}

.header .xbox-Wrapper .xbox-text-Btn-Wrapper .xbox-buy-Btn {
  font-size: 15px;
  font-weight: 600;
  padding: 20px 65px;
  background-color: transparent;
  border-style: solid;
  border-color: white;
  border-width: 5px;
  color: white;
  transition: all;
  transition-duration: 1s;
}

.header .xbox-Wrapper .xbox-text-Btn-Wrapper #btn:hover {
  font-size: 20px;
  padding: 30px 75px;
  border-width: 1px;
  cursor: pointer;
}

@media screen and (max-width: 769px) {
  .header .xbox-Wrapper .xbox-text-Btn-Wrapper .xbox-h1 {
    font-size: 35px;
    font-weight: 600;
  }
}

.header .xbox-Wrapper:hover {
  width: 100%;
}

@media screen and (max-width: 769px) {
  .header {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .header .ps-Wrapper {
    width: 100%;
    height: 50%;
  }

  .header .xbox-Wrapper {
    width: 100%;
    height: 50%;
  }

  .header .ps-Wrapper:hover {
    height: 70%;
  }

  .header .xbox-Wrapper:hover {
    height: 70%;
  }
}

.plays-Wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100vh;
  background-image: url(https://cdn.mos.cms.futurecdn.net/g2ZNaBKKd4QXQzvCP2vn27.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all;
  transition-duration: 1s;
  color: white;
}

.plays-Wrapper .plays-Text-Wrapper {
  text-align: start;
  width: 80%;
  height: 80%;
  padding: 5px;
}

.plays-Wrapper .plays-Text-Wrapper button {
  padding: 10px 25px;
  background-color: white;
  border-style: solid;
  border-color: rgb(22, 22, 22);
}

.plays-Wrapper .plays-Text-Wrapper button a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: black;
}

.Xboxs-Wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 100vh;
  background-image: url(https://img.youtube.com/vi/0tUqIHwHDEc/maxresdefault.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all;
  transition-duration: 1s;
  color: white;
}

.Xboxs-Wrapper .Xboxs-Text-Wrapper {
  text-align: start;
  width: 80%;
  height: 80%;
  padding: 5px;
}

.Xboxs-Wrapper .Xboxs-Text-Wrapper button {
  padding: 10px 25px;
  background-color: white;
  border-style: solid;
  border-color: rgb(22, 22, 22);
}

.Xboxs-Wrapper .Xboxs-Text-Wrapper button a {
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  color: black;
}
