body {
  font-family: "Courier New", Courier, monospace;
  color: black;
  text-align: center;
}
.foto {
  height: 190px;
  width: auto;
}

table {
  border-collapse: collapse;
  width: 100%;
}

tr,
td {
  padding: 8px;
  text-align: center;
  border-bottom: 1px solid #0a0a09;
}

h1 {
  text-align: center;
  background-color: yellowgreen;
  padding: 10px;
  margin: 40px;
}

div {
  border-style: var(20px);
  background-color: rgb(240, 233, 173);
  margin-top: 50px;
  margin-right: 200px;
  margin-left: 200px;
  padding-top: 10px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
  border-radius: 5%;
  box-shadow: 0px 0px 10px;
}

.ig {
  background-color: #ebe837;
  color: rgb(22, 18, 18);
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bolder;
  display: inline-block;
}
.sosmed {
  background-color: #ebe837;
  color: rgb(22, 18, 18);
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bolder;
  display: inline-block;
}

/* Media Queries */
/* Laptop */
@media (max-width: 1366px) {
  html {
    font-size: 75%;
  }
}

/* Tablet */
@media (max-width: 758px) {
  html {
    font-size: 62.5%;
  }
}
/* Mobile Phone */
@media (max-width: 450px) {
  html {
    font-size: 55%;
  }
}
