                                .header {
                                    background-image: url(./images/bg\ header.png);
                                    background-repeat: no-repeat;
                                    background-size: cover;
                                    width: 100%;
                                    height: 130px;
                                    /* padding-left: 10px; */
                                    /* line-height: 100px;  */
                                    position: relative;
                                    display: flex;
                                    flex-direction: row;
                                    justify-content: space-between;
                                }
                                
                                .img-header {
                                    position: relative;
                                    align-items: center;
                                    margin-top: 15px;
                                }
                                /* .nav {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 5px;
    background-color: black;
    transition: 0.3s;
    margin-top: 10px;
} */
                                
                                .rotate #button1 {
                                    transform: rotate(-45deg), translate(-9px, 6px);
                                }
                                
                                .rotate #button2 {
                                    opacity: 0;
                                }
                                
                                .rotate #button3 {
                                    transform: rotate(45deg), translate(-8px, -8px);
                                }
                                
                                * {
                                    margin: 0px;
                                    box-sizing: border-box;
                                }
                                
                                body {
                                    background-image: url(./images/space2.jpg);
                                    background-repeat: no-repeat;
                                    background-size: cover;
                                }
                                
                                i {
                                    color: white;
                                    margin: 75px 75px;
                                }
                                
                                .among {
                                    margin-left: 25%;
                                    margin-top: 25px;
                                    width: 750px;
                                    position: relative;
                                }
                                
                                .slide {
                                    width: 750px;
                                }
                                
                                @font-face {
                                    font-family: 'subspace';
                                    src: url(./subspace/Subspace.otf);
                                }
                                
                                .slide-txt {
                                    position: absolute;
                                    top: 225px;
                                    transform: translateY(-50%);
                                    text-align: justify;
                                    font-size: 30%;
                                    padding-left: 100px;
                                    margin-left: 20%;
                                }
                                
                                #judul {
                                    margin-top: 290px;
                                    font-family: 'subspace';
                                    font-size: 50px;
                                    color: white;
                                    text-align: center;
                                    margin-right: 355px;
                                }
                                
                                #desc {
                                    margin-top: 10px;
                                    font-family: 'Times New Roman';
                                    font-style: italic;
                                    color: white;
                                    font-size: 29px;
                                    margin-left: 20px;
                                    margin-right: 450px;
                                    text-align: justify;
                                    padding: 2%;
                                }
                                
                                #footer {
                                    background-image: url(./images/moon\ footer.png);
                                    background-repeat: no-repeat;
                                    background-size: cover;
                                    width: 100%;
                                    height: 18%;
                                    padding-left: 10px;
                                    line-height: 50px;
                                    position: relative;
                                    bottom: 0px;
                                    display: flex;
                                    flex-direction: row;
                                    justify-content: space-between;
                                }
                                
                                #footer p {
                                    font-family: 'subspace';
                                    font-size: 35px;
                                    color: white;
                                    text-align: center;
                                }
                                
                                .sosmed {
                                    display: flex;
                                    flex-direction: row;
                                    justify-content: space-between;
                                    width: max-content;
                                    height: max-content;
                                    margin: 15px;
                                    padding-left: 800px;
                                }
                                
                                #facebook {
                                    margin-left: 10px;
                                    margin-right: 5px;
                                }
                                
                                .copyright {
                                    color: rgb(255, 255, 255);
                                    font-size: 30px;
                                }
                                
                                .new {
                                    display: flex;
                                    justify-content: center;
                                    align-items: center;
                                    position: relative;
                                    margin-top: 25px;
                                    margin-bottom: 25px;
                                    /* padding-left: -600px; */
                                }
                                
                                .pre {
                                    background-color: rgba(0, 0, 0, 0.473);
                                    position: relative;
                                    width: 750px;
                                    background-attachment: local;
                                    transform: translateY(-50%);
                                    transform: translateX(0%);
                                    margin-right: -550px;
                                }
                                
                                #tulis {
                                    margin-top: 100px;
                                    font-family: 'subspace';
                                    font-size: 75px;
                                    color: white;
                                    text-align: center;
                                    margin-bottom: -200px;
                                    position: relative;
                                }
                                
                                .gam {
                                    margin-bottom: 20px;
                                    margin-top: 20px;
                                    padding-bottom: 25px;
                                    padding-top: 25px;
                                    mask-position: top;
                                }