body {
  margin: 0;
  padding: 0;
  font-family: 'Quicksand', sans-serif;
  background-color: whitesmoke;
  color: rgb(0, 0, 0);
}

.navbar {
  /* background-color: rgb(23, 37, 53); */
  background-color: rgb(0, 0, 0);
  height: 50px;
  color: aliceblue;
  border-bottom: 1px solid rgba(245, 245, 245, 0.5);
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
}

a:hover {
  font-weight: bold;
}

#home {
  width: 100%;
  height: auto;
}

.logo {
  width: 100%;
  text-align: center;
  background-image: url(/assets/bgtetty.png);
  background-position: right;
  background-size: cover;
  margin-bottom: 50px;
  height: 600px;
  box-shadow: 10px 5px 5px 5px black;
  margin-top: 45px;
}

.logo .tt {
  color: white;
  text-shadow: 1px 2px 5px rgb(255, 255, 255);
  margin-bottom: 50px;
  padding-top: 50px;
}

.logo .ss {
  background-color: rgba(141, 53, 53, 0.295);
  font-weight: bold;
  height: 250px;
}

.ss {
  text-align: center;
  margin-top: 150px;
}

.ss p {
  background-color: rgba(255, 255, 255, 0.253);
  font-size: 18px;
  height: 30px;
  padding: 5px;
  align-items: center;
  display: flex;
  justify-content: center;
}

.sosmed ul {
  list-style: none;
}

.sosmed li {
  border-bottom: 1px solid black;
  padding: 5px;
  margin-right: 25px;
  box-shadow: 0px 2px 5px rgb(7, 7, 7);
}

.sosmed ul li a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: medium;
}

.sosmed ul li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.boxexample {
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
  margin: 20px;
}

.content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

footer {
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgb(0, 0, 0);
  text-align: center;
  color: rgb(255, 255, 255);
  align-items: center;
  padding: 5px;
  font-size: small;
  margin-top: 50px;
}
