* {
  margin: 0;
}

body {
    /*background-color: darkorange;*/
    background-image: url('gambar/gambar.jpg');
    background-size: auto;
    background-attachment: fixed;
    background-size: cover;
}

.header {
  background-color: yellow;
  border: 7px dashed black;
  padding-top: 35px;
  padding-bottom: 35px;
  line-height: 4em;
}

.body {
  background-color: white;
  font-family: serif;
  padding: 80px 40px 80px 40px;
  width: 1150px;
  margin: 100px auto;
  border: 2px solid black;
  line-height: 2em;
  box-sizing: border-box;
}

.comment {
  background: -webkit-linear-gradient(yellow, #c2fe23);
  color: #db133c;
  font-family: courier;
  float: right;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
  border-left: 5px solid black;
  line-height: 2em;
}
.gambar{
  text-align: center;
}
img{
  border-radius: 50%;
  border: 2px solid black;
  position: relative;
}

h1, h2 {
  color: #db133c;
  font-weight: bold;
  text-transform: uppercase;
  font-family: arial;
  text-align: center;
}

h1 {
  word-spacing: 0.5px;
  letter-spacing: 0.25em;
}

h2 {
  font-style: italic;
}

h3 {
  color: #db133c;
  text-align: left;
  font-size: 22px;
  text-transform: capitalize;
}

p {
  font-weight: bold;
}

#table-rs{
  font-weight: bold;
  color: red;
  font-size: 25px;
  text-align: center;
}
