@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap');

body, div, h1, p {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  background-color: white;
}

* {box-sizing: border-box}
img {vertical-align: middle;}

.container{
  max-width: 1150px;
  margin: 0 auto;
}

.row:before,
.row:after{
  display: table;
  content: " ";
  clear: both;
}

.one,
.one-third,
.two-third,
.one-fourth,
.half {
  width: 100%;
}

@media only screen and (min-width: 800px) {
  .one{
    width: 100%;
  }

  .half{
    width: calc(100% / 2);
  }

  .one-third{
    width: calc(100% / 3);
  }

  .one-fifth{
    width: calc(100% / 5);
  }

  .column{
    float: left;
  }
}

.content{
  padding-top: 50px;
}

.background-atas{
  margin-top: 80px;
  background-image: url('../images/organic.png');
  background-position: top right;
  background-size: 15%;
  background-repeat: no-repeat;
}

.profile{
  margin-top: 70px;
  margin-bottom: 100px;
  font-size: 12px;
  line-height: 35px;
  color: #202123;
  vertical-align: middle;
}

.profile img{
  width: 55%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.profile h1{
  font-size: 60px;
  color: #022453;
  margin-top: 80px;
  margin-bottom: 20px;
}

.profile b{
  color: #022453;
}

.middle{
  position: absolute;
  top: 585px;
  left: 50%;
  transform: translate(-50%,-50%);
}
.mouse{
  width: 20px;
  height: 30px;
  border: 2px solid #022453;
  border-radius: 60px;
}
.mouse::before{
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 30px;
  background: #022453;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
  opacity: 1;
  animation: mouse 2s infinite;
}
@keyframes mouse {
  from{
    opacity: 1;
    top: 5px;
  }
  to{
    opacity: 0;
    top: 20px;
  }
}

.education h1{
  font-size: 40px;
  color: #022453;
}
.edu-images{
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 100px;
}

.experiences h1{
  font-size: 40px;
  margin-top: -10px;
  color: #022453;
}

.experiences h6{
  color: #022453;
}
.experiences b{
  color: #022453;
  font-size: 12px;
  line-height: 15px;
}

.experiences p{
  color: #202123;
  font-size: 12px;
  line-height: 15px;
}

.experiences-items{
  display: table; 
}

.year-column{
  width: 50px;
  display: table-cell;
}

.year-column b{
  color:#2D70A4;
}

.event-column{
  display: table-cell;
}

.skills{
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  font-size: 12px;
}

.skills h1{
  text-align: left;
  font-size: 40px;
  color: #022453;
}

.skills video{
  width: 60%;
}

#scrollup{
  display: none;
}

.scrollup img{
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
}

.bintang{
  vertical-align: sub;
}