main .sidebar {
   display: block;
   position: static;
    width: 320px;
}

.tw-pt-5 {
    padding-top: 4rem;
}

.tw-active {
border-radius: 30px !important;
}

.main-content::before {
    content: "The Potora Academy";
    display: block;
    width: 100%;
    background-color: #f8b753; 
    color: #053d37; 
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

h1 {
font-weight: bold;
}

.tw-h-52 {
    height: auto;
}