video:hover {
    transition-duration: 5s;
    transition-property: transform;
    transform: rotate(1800deg);
}

h1:hover {
    transition-duration: .50s;
    transition-property: transform;
    transform: scale(3.3);
}

p:hover {
    transition-duration: .50s;
    transition-property: transform;
    transform: scale(2.2);
}


h1 {
    text-align: center;
    color: rgb(117, 163, 117);
}



.greenhr {
    border-style: dashed;
    border-width: 3px;
    color: rgb(136, 190, 136);
}

.whitehr {
    border-style: dashed;
    border-width: 3px;
    color: rgb(229, 229, 229);
}

.redhr {
    border-style: dashed;
    border-width: 3px;
    color: rgb(198, 86, 86);
}

.italyplush {
    padding-left: 300px;
}


button:hover {
  transform: rotate(3240deg);
  transition-duration: 20s;
}

button {
    background-color: white;
    border-color: white;
    border-width: 0px;
}

audio {
    padding-left: 600px;
}

video {
    padding-left: 70px;
}

p {
    text-align: center;
    font-size: large;
    color: rgb(106, 160, 129);
}

img {
  transition: transform .39s;

}

img:hover {
  transform: scale(2);
}

.imagegallery {
    padding-top: 150px;
    padding-left: 650px;
}

a {
    text-decoration: none;
}