@import url("https://fonts.googleapis.com/css2?family=Kalam:wght@700&family=Rampart+One&display=swap");

* {
  padding: 0px;
  margin: 0px;
  background-image: url("background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.main {
  padding-right: 403px;
  padding-top: 160px;
}

.title {
  color: white;
  text-align: right;
  font-family: "Kalam", cursive;
}

.subtitle {
  color: aliceblue;
  text-align: right;
  font-family: "Rampart One", cursive;
}

.time {
  color: aliceblue;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
}
