* {
  box-sizing: border-box;
}
body {
  background-color: rgb(190, 227, 240);
}
nav {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: large;
}
section {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
footer {
  height: 85px;
  color: white;
  text-shadow: 3px 3px 3px black;
  font-family: "Roboto Slab", serif;
  font-weight: bold;
  font-size: small;
}
.bg-him {
  background-color: rgb(2, 177, 234);
  transition: 1s;
}
.logos {
  font-family: "Roboto Slab", serif;
  font-weight: bold;
}
.bingkai {
  border: 3px solid black;
  border-radius: 3px;
}

.jumbotron {
  padding-top: 100px;
  padding-bottom: 30px;
  background-image: url(aset/jumbotron.png);
  background-size: cover;
}
.jumbotron .display-5 {
  text-align: center;
  margin-top: 10px;
  font-family: serif;
  font-weight: bold;
  color: white;
  text-shadow: 3px 3px 3px black;
  font-size: 50px;
}
.jumbotron h2,
h3,
h4 {
  margin-top: 30px;
  color: white;
  text-shadow: 3px 3px 3px black;
  text-align: center;
}

.link-create-him-id {
  text-shadow: none;
  color: rgb(2, 177, 234);
}

.contact {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: large;
  color: white;
  text-align: center;
}

.contact a:link {
  color: rgb(2, 177, 234);
}

.contact a:visited {
  color: rgb(2, 177, 234);
}
.contact a:hover {
  color: rgb(177, 255, 197);
}
