* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}
#tobiodata, #toceritaku{
    position: relative;
    margin-top: 350px;
}

body {
    background-image: url("img/snowfall.gif");
    font-family: cursive, sans-serif;
}

header {
    color: white;
    background-color: #1cc5dc;
    box-shadow: 0px 0px 3px black;
    padding: 20px;
    padding-top: 9px;
    position: sticky;
    top: 0;
}

header img {
    display: inline-block;
    position: relative;
    width: 45px;
    top: 8px;
}

header h1{
    display: inline-block;
    margin-right: 50px;
}

.navbar {
    display: inline-block;
    margin-top: 10px;
    overflow: hidden;
}
  
.navbar a {
    float: left;
    display: block;
    color: white;
    text-align: center;
    margin: 0 18px;
    text-decoration: none;
    font-size: 17px;
}
  
.navbar a:hover {
    color: gray;
}
  
.navbar .icon {
    display: none;
    color: white;
}

#home {
    width: 100%;
    height: 550px;
    text-align: center;
}

#home h1 {
    margin-top: 220px;
    margin-bottom: 40px;
}

.wrapper {
    display: flex;
    padding: 15px;
}

aside {
    flex-basis: 25%;
}

#biodata {
    background-color: white;
    text-align: center;
    border-radius: 5px;
    padding-top: 10px;
    padding-bottom: 20px;
    box-shadow: 2px 2px 2px gray;
}

#biodata img.profil {
    width: 30%;
    border: 1px solid gray;
    margin: 20px;
}

#biodata:hover {
    box-shadow: 1px 1px 5px black;
}

#biodata table {
    margin: 0 auto;
}

#content {
    flex-basis: 75%;
}

#content h1 {
    margin-bottom: 15px;
}

#content p{
    text-indent: 3em;
    text-align: justify;
}

#content .gambar {
    text-align: center;
    margin: 20px;
}

.gambar img {
    width: 60%;
}

#ceritaku, #ceritamu, #kumpulan {
    background-color: white;
    margin-left: 20px;
    border-radius: 5px;
    padding: 25px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 2px gray;
}

textarea {
    font-family: cursive, sans-serif;
    padding: 10px;
    width: 100%;
}

button {
    margin-top: 5px;
    padding: 5px;
    background-color: #00adb5;
    border-radius: 5px;
}

footer {
    background-color: #1e868b;
    color: white;
    text-align: center;
    padding: 45px;
}

footer h1, h2, small {
    margin: 10px;
}

footer img {
    width: 50px;
}

footer img.instagram {
    width: 53px;
}

@media screen and (max-width: 645px) {
    .navbar {
        display: block;
    }
    .navbar a{display: none;}
    .navbar a.icon {
        float: right;
        display: block;
    }
    .navbar.responsive {position: relative;}
    .navbar.responsive .icon {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
    }
    .navbar.responsive a {
        float: none;
        display: block;
        text-align: center;
        color: white;
        padding: 14px 14px;
    }
}

@media screen and (max-width: 1230px){
    .wrapper {
        flex-direction: column;
    }
    #ceritaku, #ceritamu, #kumpulan {
        margin-left: 0;
    }
    #biodata {
        margin-bottom: 20px;
    }
    #toceritaku {
        margin-top: 965px;
    }
}