/* styles.css */
h1 {
  color: red;
}

p {
  font-size: 16px;
  line-height: 1.5;
}

img {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

a {
  text-decoration: none;
  color: green;
}

body {
  background-color: #960000;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  background-attachment: fixed;
}

.container {
  position: relative;
  text-align: center;
  color: black; /* corrected property name */
  font-weight: bold;
  font-size: 12px;
}

.centered {
	  /* CSS styles for the Countdown */
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  color: white;
  font-size: 50px;
  font-family: 'Orbitron', sans-serif;


}

.Tesla{
  /* CSS styles for the image */
  text-align: center;
  width: auto;
  height: auto;
  top: 50%;
  padding-top: 150px;
  padding-bottom: 50px;
}