body
{
  background-image: url("../pictures/preho.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed; width="1500">
}

.pre
{
  position:absolute;
  left:70%;
  top:80%;
}

.dino
{
  position:absolute;
  left:25%;
  top:70%;
}

.next
{
  position:absolute;
  left:60%;
  top:40%;
}

.next1
{
  position:absolute;
  left:40%;
  top:46%;
}

.vol
{
	position:absolute;
	left:60%;
	top:80%;
}


	h1
	{
		color: darkblue;
		font-size: 20px;
	}

	p
	{
		position:absolute;
		left:1170px;
	}

  .comic
  {
      position:absolute;
      top: 15%;
      left: 13%;
      padding:2% 5.5%;
      text-align: left;
      color: black;
      font-size: 32px;
      background: white;
      -moz-border-radius: 17%;
      -webkit-border-radius: 25%;
      border-radius: 15%;
      border-top: 50% solid transparent;
      border-left: 60% solid white;
      border-bottom: 30% solid transparent;
  }
  .comic::before
  {
      content: "";
      position: absolute;
      top: 95%;
      left: 32%;
      width: 0;
      height: 0;
      border-top: 100px solid white;
      border-right: 100px solid transparent;
  }

  .comic1
  {
      position:absolute;
      top: 15%;
      left: 23%;
      padding:1% 1.5%;
      text-align: left;
      color: #4DD0E1;
      font-size: 32px;
      background: transparent;
      -moz-border-radius: 17%;
      -webkit-border-radius: 25%;
      border-radius: 15%;
      border-top: 50% solid #00BCD4;
      border-left: 60% solid #00BCD4;
      border-bottom: 30% solid #00BCD4;
      border-left-width: 8px;
      border-left-style: solid;
      border-left-color: #00BCD4;
      border-top-width: 8px;
      border-top-style: solid;
      border-top-color: #00BCD4;
      border-right-width: 8px;
      border-right-style: solid;
      border-right-color: #00BCD4;
      border-bottom-width: 8px;
      border-bottom-style: solid;
      border-bottom-color: #00BCD4;
  }
  .comic1::before
  {
      content: "";
      position: absolute;
      top: 100%;
      left: 32%;
      width: 0;
      height: 0;
      border-top: 100px solid #00BCD4;
      border-right: 100px solid transparent;

  }
