img {
 margin-top: 20px;
 border-radius: 100px;
 border: 5px solid #6C63FF;
 height: 150;
 width: 150;
}

h2 {
 font-size: 18px;
}

body {
 background-color: #3F406B;
 font-family: Trebuchet MS;
 color: white;
 text-align: center;
}

a {
 background-color: #34355A;
 font-size: 20px;
 border-radius: 10px;
 padding: 10px;
 display: block;
 text-align: center;
 margin: 10px;
 color: #F5F6FA;
}

.bawahan {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 50px;
  background: #34355A;
}
}

