body {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f5f3d4;
  font-family: "Acme", sans-serif;
  background-image: linear-gradient(to right, #1e004e, #5d347e); }

.container {
  width: 80%;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  text-align: center; }

.container .logo {
  margin-top: 30px;
  display: flex;
  align-items: center; }
  .container .logo img {
    width: 20%; }
.container .section1 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20%;
  padding-top: 10px; }
  .container .section1 h2 {
    text-shadow: 0px 5px 5px #6e6e6e; }
.container .section3 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%; }
  .container .section3 .btn {
    width: 100%; }
    .container .section3 .btn button {
      width: 250px;
      height: 35px;
      background-image: linear-gradient(to right, #440e81, white);
      border-radius: 50px; }
  .container .section3 .sosmed {
    width: 100%;
    display: flex;
    justify-content: center; }
    .container .section3 .sosmed ul {
      display: flex;
      justify-content: center;
      width: 100%; }
      .container .section3 .sosmed ul li {
        list-style: none;
        margin-right: 25px; }
        .container .section3 .sosmed ul li a {
          color: white;
          text-decoration: none;
          background-color: rgba(3, 20, 31, 0.151);
          font-size: 14px; }

button:hover {
  box-shadow: 5px 5px 5px white; }

li a:hover {
  font-weight: bold;
  text-shadow: 0px 10px 5px wheat; }

.ball {
  animation: float 3.5s  ease-in-out infinite;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: radial-gradient(circle at 75% 30%, white 5px, #DF00FF 8%, #DB9EDF 60%, #DF00FF, 100%);
  box-shadow: inset 0 0 20px #C1AAC6, inset 10px 0 46px #DF00FF, inset 88px 0 60px #DB9EDF, inset -20px -60px 100px #fde9ea, inset 0 50px 140px #fde9ea, 0 0 90px #fff; }

.ball img {
  border-radius: 50%; }

@keyframes float {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(-80px); }
  100% {
    transform: translateY(0px); } }
.shadow {
  background: #f6ddf8;
  width: 150px;
  height: 40px;
  top: 55%;
  animation: expand 4s infinite;
  position: absolute;
  border-radius: 50%; }

@keyframes expand {
  0%,
  100% {
    transform: scale(0.4); }
  50% {
    transform: scale(0); } }

/*# sourceMappingURL=index.css.map */
