  /* image css   */

img{
  display:block;
  width:100%; 
  height:100%;
  object-fit: cover;
}

h1{
  padding-top: 15px;
  margin-top: 15px;
  color: white;
  text-align: center;
}

/* 
p{
  color: white;
  display: block;
  text-align: center;
  width: 50%;
  display: horizontal;
  padding: 70px;
} */

a:link {
  color: green;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: pink;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: red;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: yellow;
  background-color: transparent;
  text-decoration: underline;
}

div.center {
  /* padding: default;
  width: default;
  margin: default;
  padding-bottom: 150px;
  text-align: center;
  color: white; */
  /* background-color: #333; */

}






