* {
  text-decoration: none;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}
.wrapper {
  width: 1100px;
  margin: auto;
  position: relative;
}

.logo a {
  font-size: 50px;
  font-weight: bold;
  float: left;
  font-family: "Courier";
  color: #9fb3df;
}

.menu {
  float: right;
}
nav {
  width: 100%;
  margin: auto;
  display: flex;
  line-height: 80px;
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
  border-bottom: 3px solid #9fb3df;
}

nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
nav ul li {
  float: left;
}
nav ul li a {
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 0px 16px 0px 16px;
  text-decoration: none;
}
nav ul li a:hover {
  text-decoration: underline;
}

section {
  margin: auto;
  display: flex;
  margin-bottom: 50px;
}
.kolom-awal{
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 50px;
  padding-right: 10px;
}
.kolom-tengah {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 100px;
  padding-right: 20px;
}
.kolom .deskripsi {
  font-size: 20px;
  font-weight: bold;
  font-family: "comic sans ms";
  color: #9fb3df;
}

h2 {
  font-family: "comic sans ms";
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 20px;
  color: #9fb3df;
  width: 100%;
  line-height: 50px;
}
a.tombol-atas {
  background-color: #9fb3df;
  border-radius: 20px;
  margin-top: 20px;
  padding: 15px 20px 15px 20px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}
a.tombol-atas:hover {
  background-color: #fff1d5;
  text-decoration: none;
}

a.tombol-biru {
  background-color: #9fb3df;
  border-radius: 20px;
  margin-top: 20px;
  padding: 15px 20px 15px 20px;
  color: white;
  cursor: pointer;
  font-weight: bold;
}

a.tombol-biru:hover {
  background-color: #fff1d5;
  text-decoration: none;
}

p {
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
}

.tengah {
  text-align: center;
  width: 100%;
  background-color: #fff1d5;
}
.list-harga p {
  font-weight: 800;
  font-size: 25px;
  text-align: center;
  color: #9fb3df;
}

img {
  width: 50%;
  height: 50%;
  margin: 10px;
  padding: 10px;
}
#kontak-kami{
  background-color: #fff1d5;
  padding: 50px 0px 50px 0px;
}

.footer{
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
}
.footer-section{
  width: 20%;
  margin: 0 auto;
}

h3{
  font-family: 'comic sans ms';
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 20px;
  color: #9fb3df;
 width: 100%;
 line-height: 50px;
}

#copyright{
  text-align: center;
  width: 100%;
  padding: 30px 0px 30px 0px;
  margin-top: 5px;
}