<style>
    #Berita{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    #BeritaHead{
        width: 200%;
        padding: 0.1vw;
        background-color: azure;
        font-size: 2vw;
        text-align: center;
        border-radius: 25px;
        justify-content: center;
        margin-top: 6vw;
        margin-bottom: 4vw;
        box-shadow: 5px 10px 30px;
        float:left;
        margin-left: auto;
        margin-right: auto;
       
    }
    #MainContent{
        width: 100%;
        height: 100%;
        background-image: linear-gradient(to bottom, #ae1601 20%, #6d0e01 60%);
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    #BeritaContent {
        width: 95%;
        border-radius: 25px;
        background-color: azure;
        box-shadow: 5px 10px 30px;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin-bottom: 5vw;
        margin-left: auto;
        margin-right: auto;
        
    }

    #Footer {
        width: 100%;
    }

    #MainContent {
        width: 100%;
        transform: translateY(12vh);
    }
    #BeritaMain {
        width: 93%;
        background-image: linear-gradient(to bottom, #ae1601 20%, #6d0e01 60%);
        background-repeat: no-repeat;
    }
    #Konten {
        background-color: azure;
        box-shadow: 5px 10px 20px;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 5vw;
        padding-bottom: 5vw;
        padding-left: 5vw;
        padding-right: 5vw;
        text-align: justify;
        margin-bottom: 4vw;
    }
    #Konten img{
        height: 30vw;
        width: 60%;
        background-color: black;
        border-radius: 25px;
    }
    #Judul {
        width: 100%;
        background-color: azure;
        box-shadow: 5px 10px 20px;
        border-radius: 25px;
        margin-top: 4vh;
    }
    #Judul h1 {
        text-align: left;
        padding: 2vw;
    }
    ul {
        list-style: none;
    }
</style>