body{
	font-family: 'Arial', sans-serif;
    background-color: #ccc1c0;
}

.head1 {
    padding: 20px 0px;
}

h1 {
    text-align: center;
    font-size: 60px;
    color: #eeeaea;
    text-shadow: 5px 5px 5px #665b5a;
}

.p-1 {
    font-size: 30px;
    text-align: center;
}

h2 {
    text-align: center;
}

.oy {
    position: absolute;
    display: inline;
    right: 0px;
}

.km {
    position: absolute;
    display: inline;
}

.ir {
    position: absolute;
    display: inline;
    right: 675px;
}

.button {
  border-radius: 4px;
  background-color: #ab9896;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 500px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
 
.button span:after {
  content: '»';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}
 
.button:hover span {
  padding-right: 25px;
}
 
.button:hover span:after {
  opacity: 1;
  right: 0;
}

.img1 {
    position: absolute;
    right: 100px;
    top: 50px;
}

p {
    text-align: center;
}

.p-2 {
    text-align: left;
}
