body{
  background-color:#f3e9d8;
  margin : 0px 1px 0px;
    }
.Atas{
  background-color:#f3e9d8;
  height : 200px;
  width : 100%;
  text-align : center;
  border: 2px solid black;
    }
.Tengah{
  height : 768px;
  width : 100%;
  text-align : center;
    }
.Bawah{
  margin : 30px 0px 0px;
  height : 200px;
  width : 100%;
  text-align : right;
  display : flex;
  justify-content: space-around;
    }
.Kiri{
  margin : 0px 20px 0px;
  background-color:#f3e9d8;
  height : 500px;
  width :50%;
  text-align : right;
    }
.KiriAtas{
  background-color: #f3e9d8;
  height : 50%;
  width : 100%;
    }
.KiriBawah{
  background-color: #f3e9d8;
  height : 50%;
  width : 100%;
  padding-top: 10px;
    }
.Kanan{
  padding-left: 10px;
  border-left: 2px solid black;
  background-color: #f3e9d8;
  height : 500px;
  width :50%;
  text-align : left;
    }