 body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .section {
        padding: 50px;
        margin: 20px;
        }

        .box {
        color: white;
        background: blueviolet;
        padding: 10px;
        margin: 10px;
        width: 50px;
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        border-radius: 10px;
        }

        .kotak {
            width: 300px;
            height: 350px;
            color: #01a8f8;
            font-size: 20px;
            background: #081122;
            border: 4px solid #01a8f8;
            border-radius: 20px;
            /* align-items: center; */
            padding-top: 35px;
            padding-bottom: 10px;
            position: relative;
            margin: auto;


        h3 {
            text-align: center;
        }
        }

        .forum {
            font-size: large;
            padding-top: 15px;
            text-align: start;
            margin-left: 54px;
        input {
            margin-top: 5px;
            border-radius: 5px;
            width: 190px;
            height: 35px;
            text-indent: 5px;
        }}
        
        .kepala {
            background: #081122; color: white; padding: 15px; text-align: left;
        }

        h2 {
            color: #01a8f8;
        }

        .menu {
        text-decoration: none;
        color: #ffffff;
        margin-right: 20px;
        }

        .tombol {
            color: #081122;
            font-weight: bold;
            width: 100px;
            height: 40px;
            border-radius: 15px;
            border-bottom: 3px solid #01a8f8;
            margin-left: 45px;
        }

        .tombol:hover {
        color: #01a8f8;
        font-weight: bold;
        transition: 0.5s;
        padding: 6px;
        background-color: #081122;
        transform: rotate(151deg);
        border: 1px solid #01a8f8;
        }

        a:hover {
        color: #081122;
        font-weight: bold;
        transition: 0.5s;
        padding: 6px;
        transform: rotate(90deg);
        background-color: white;
        }



        /* ----------------------------------- */
        body{
            background: #d8e6ff;
        }
        .section-title {
            text-align: center;
            color: #01a8f8;
            font-size: 20px;
            margin-top: 70px;
            margin-bottom: -40px;
        }