@import url('https://fonts.googleapis.com/css?family=Monoton');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500');

body {
  margin: 0;
  padding: 0;
}

[tl]{
  background-color: #300070;
  height: 100vh;
  color: #fff;
  background: linear-gradient(to bottom, #261167 60%, #080015 100%);
  background-image: url('https://static.ttrockstars.com/game-bg/StudioBG-l.jpg'), url('https://static.ttrockstars.com/game-bg/StudioBG-l.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

[tl]>div {
  width: 100%;
  text-align: center;
  background-image: radial-gradient(center top, circle farthest-side, rgba(196, 172, 221, 0.46), #250b3e);
  background-image: -o-radial-gradient(center top, circle farthest-side, rgba(196, 172, 221, 0.46), #250b3e);
  background-image: -ms-radial-gradient(center top, circle farthest-side, rgba(196, 172, 221, 0.46), #250b3e);
  background-image: -moz-radial-gradient(center top, circle farthest-side, rgba(196, 172, 221, 0.46), #250b3e);
  background-image: -webkit-radial-gradient(center top, circle farthest-side, rgba(196, 172, 221, 0.46), #250b3e);
  color: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding-top: 8vh;
}

[tl]>div>img {
  width: 200px;
  height: 7rem;
}

[tl]>div>h1 {
  font: 400 26px/46px sans-serif;
  text-align: center;
  color: #fff;
  unicode-bidi: plaintext
}

p {
  font-family: sans-serif;
}
