.main-header {
    background-image: linear-gradient(rgb(103, 255, 73), rgb(255, 255, 255));
    border: 2px solid black;
    position: fixed;
    top: 0;
    right: 0; 
    left: 0;
    height: 48px;  
 }
 .header-info {
    text-align: left;
    color: rgb(0, 0, 0);
    position: absolute;
    left: 0;
    padding: 0;
    margin-left: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
 }
 .header-info a {
    padding: 0;
    text-decoration: none;
 }
 .header-info a:hover {
    background-color: rgb(179, 255, 0)
 }

#PICTURE-SPIDER{
    border: 5px solid red
}

#PIC{
    text-align: center;
    text-shadow: 3px 3px 3px black;
}

nav {
    position: absolute;
    right: 0;
    display: flex;
  }
  
  a {
    text-decoration: none;
    color: rgb(219, 84, 75);
    padding: 15px;
    float: left;
  }
  
  a:hover {
    background-color: transparent;
  }

  .spiderman {
    margin-top: 7%;
  }

  .title {
    font-style: italic;
    color: rgb(0, 0, 0);
}
h1, h2, h3, p {
    text-align: center;
    font-size: medium;
    font-family: sans-serif;
    color: rgb(0, 0, 0);
}
.items {
    display: flex;
    justify-content: center;
}
.item {
    display: flex;
    flex-direction: column;
    padding: 5px;
}
.portrait {
    width: 220px;
    height: 350px;
}

body{
  background-image: url(bg.jpg);
  background-size: cover;
}

img {
  border: 2px solid rgb(255, 0, 0);
  box-shadow: 5px 5px 5px black;
  opacity: 1;
  max-width: 100%;
  max-height: 100%;
}

img:hover{
  transform: scale(110%);
}

.item{
  margin: 5px;
  background-color: aqua;
}

h3, p {
  text-align: center;
  padding: 5px;
  color: rgb(0, 0, 0);
}

h4{
  text-align: center;
  font-size: medium;
  font-family: sans-serif;
}

table,tr,th,td{
  border: 2px solid black;
  padding: 15px;
  background-color: cadetblue;
  font-family: sans-serif;
}

.container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.tab {
  background-color: rgb(247, 170, 5);
  width: 300px;
  padding: 40px;
  margin: 20px;
  border-radius: 20px;
}
.tab2 {
  background-color: rgb(87, 88, 82);
  width: 300px;
  padding: 40px;
  margin: 20px;
  border-radius: 20px;
}
.tab3 {
  background-color: rgb(255, 249, 160);
  width: 300px;
  padding: 40px;
  margin: 20px;
  border-radius: 20px;
}
h1.name {
  font-size: 30px;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: black;
}
h2.price {
  font-size: 38px;
  color: black;
}

.list {
  list-style-type: disc;
  margin-bottom: 50px;
  text-align: left;
}

.list li {
  margin-top: 20px;
  color: black;
}

hr {
  height: 7px;
  width: 80%;
  margin: auto;
  background-color: rgb(0, 0, 0);
  border: none;
  border-radius: 50px;
  margin-top: 20px;
}
button {
  background-color: rgba(219, 85, 75, 0.616);
  border-radius: 8px;
  color: white;
  padding: 8px;
  border: none;
  font-size: 15pt;
}
button:hover {
  transform: scale(1.2, 1.2);
  background-color: rgb(219, 85, 75);
  cursor: pointer;
}
div.about {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 5px;
  margin-bottom: 30px;
  background-color: blanchedalmond;
  width: 80%;
}

.about {
  text-align: left;
  color: black;
  padding: 10px;
  width: 100%;
}

div.image-about {
  margin-bottom: auto;
  margin-top: auto;
}

img.about-us {
  width: 300px;
}
footer {
  background-color: rgb(250, 166, 40);
}

.main-footer { 
  display: flex;
  justify-content: center;
  width: 100%;
}

.left-footer {
  margin-right: auto; 
  margin-left: 40px;
}

.right-footer {
  margin-left: auto;
  margin-right: 40px;
}

.center-footer {
  margin-left: 20px;
  margin-right: 20px;
}

.info-left {
  color: rgb(0, 0, 0);
  text-align: left;
  width: 100%;
}
.info-right {
  color: rgb(0, 0, 0);
  text-align: right;
  width: 100%;
}

.info-center {
  color: rgb(0, 0, 0);
  text-align: center;
  width: 100%;
  padding-top: 5px;
  border-top: 1px solid rgb(146, 168, 133);
}
