<html>
<style>

p {
    text-decoration: none;
}

.btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #2E9AFE;
  padding: 3px 8px 7px 3px;
  border: solid #630000 2px;
  text-decoration: none;
}

.button1 {
    border-radius: 8px;
}

.btn:hover {
  background-color: blue;
  text-decoration: none;
}

table {border: 0px;}

td {text-align: center;
    padding: 15px;
}

h1 {
    text-align: center;
    font-family: Arial;
    color: #2E9AFE;
    font-size: 35px;
    text-decoration: none;
}


p.one {
    border-style: solid;
    border-width: 5px;
    backgroud-color: grey;
    border-color: grey;
    margin-left: -10px;
    margin-right: -15px;
    margin-top: -15px;
}

li {
    margin-left: 45px;
    margin-right: 45px;
}

img {max-width: 100%;
    height: auto;}

table {border: 0px;}

.photogallery {
    border-radius: 25px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: repeat;
    padding: 0px; 
    width: 150px;
    height: 150px; 
    border:5px solid black;}

.photogallery1 {
border-radius: 25px;
    background-color: #FFFFFF;
    background-position: center;
    background-repeat: repeat;
    padding: 0px; 
    width: 150px;
    height: 150px; 
    border:5px solid black;}

.photogallery1:hover {
    position:absolute;
    width:400px;
    height:400px;
    display:block;
    z-index:999;  
    margin-left:-75px;
    margin-top:-205px;}

</style>
</html>