h1 {
  color: #000000;
  font-size:34px;
}

h2 {
color: #ff0000;
}


a:link {
  text-decoration: none;
  font-size:20px;
}

.item-image img {
    max-width: 250px;
    height: 300px;
    border-radius: 8px; /* Example: adds rounded corners */
}

.contact h2, .contact .page-header h1 {
    color: #000000;
}

.header {
    background-image: url('https://lg-detail.com/images/header1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}