<style>
    body{}
    #Berita{
        height: 100%;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
    }
    #BeritaHead{
        width: 75%;
        padding: 2vw;
        background-color: azure;
        font-size: 3vw;
        text-align: center;
        border-radius: 25px;
        align-items: center;
        vertical-align: middle;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-top: 6vw;
        margin-bottom: 4vw;
        box-shadow: 5px 10px 30px;
       
    }
    #MainContent{
        height: 100%;
        background-image: linear-gradient(to bottom, #ae1601 20%, #6d0e01 60%);
        background-repeat: no-repeat;
        transform: translateY(85px);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #BeritaContent {
        width: 85%;
        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;
        
    }
    .SubBerita {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 5%;
        padding: 2vw;
    }
    .Container{
        background-color: antiquewhite;
        margin: 1vw;
        align-items:center ;
        box-shadow: 5px 10px 20px;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        padding: 2vw;
        margin: 2vw;
        font-size: 150%;
    }
    .Container h1, h2, h3{
        text-align: center;
    }
    .Container p{
        text-align: justify;
    }
    .Container ul ul p{
        text-align: justify;
    }
    .Container ul{
        list-style-type: none;
        padding: 5%;
    }
    .Container ul ul{
        list-style-type:decimal;
    }
    .ImagePreview {
        height: 70%;
        width: 90%;
        background-color:a;
        justify-content: center;
        align-items: center;
    }

    .ImagePreview img {
        height: 100%;
        width: 100%;
        border-radius: 20px;
    }

    .Title {
        width: 90%;
        margin: 1vw;
        padding: 1vw;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-family: bahnschrift;
        font-weight: 900;
        font-size: 20px;
    }
    .Desc{
        height: 30%;
        width: 90%;

        overflow: hidden;
        white-space: wrap;
        text-align: justify;
        font-family: bahnschrift;
    }

    .BeritaPrev:hover{
        opacity: 70%;
        cursor: pointer;
    }
    a {
        text-decoration: none;
        color: black;
    }
    #Footer {
        width: 100%;
    }
    Button {
        padding: 0.5vw;
        width: 100%;
        height: 30%;
        background-color: azure;
        border-radius: 20px;
        border-color: wheat;
    }
    Button:hover{
        background-color: rgb(242, 242, 242);
        cursor: pointer;
    }
    .Container{
        height: 100%;
        width: 90%;
        background-color: antiquewhite;
        margin: 1vw;
        align-items:center ;
        box-shadow: 5px 10px 20px;
        border-radius: 25px;
        display: flex;
        flex-direction: column;
        overflow: hidden;
        padding: 2vw;
        margin: 2vw;
        font-size: 150%;
    }
    .ContentCore{
        overflow: hidden;
    }
    .show {
        display: block;
    }
</style>