body {
    background-color: #fff8e7;
    margin:0px;
}

header {
    width: 100%;
    font-family: "Basis Grotesque Pro", Arial, sans-serif;
    height: 80px;
    margin: 10px;
    padding: 0px;
    border-bottom: 1px solid rgb(226, 226, 231);
}

#title {
    text-decoration: solid;
    font-size: 43px;
    color: orange;
    text-align: center;
    font-family: "Dancing Script", cursive;
}

#sidebar {
    font-style: italic;
    font-size: 25px;
    text-align: right;
    margin-bottom: 50px;
}
.masterContent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.super {
    width: 100%;
    height: 300px;
    background: linear-gradient(135deg, #ff7e5f, #feb47b);
}

.head {
    margin-top: 70px;
    height: 145px;
}

.MasterHeading {
    font-size: 48px;
    color: rgba(2, 6, 12, 0.75);
    font-weight: 800;
}

.masterImage {
    margin-top: 0px;
}

.top {
   
    font-size: 24px;
    color: rgba(57, 89, 137, 0.92);
    text-align:center;
}

.cont {
    display: flex;
    flex-direction: row;
    justify-content:center;
    flex-wrap: wrap;
    padding: 6px;
}

.star 
{
    color: #FFD700
}


#a,#b,#c,#d {

    padding: 8px;
}

a
{
    text-decoration: none;
    color: rgb(249, 90, 4);
}

a:hover
{
    cursor: pointer;
    color: #005999;
    transform: scale(1.02);
}

    .party
    {
        font-family: cursive;
    }
    .tab 
    {
        width:80%;
    }
    th,td
    {
        padding:10px;
        border:1px solid #000000;
    }
    tr:hover
    {
        background-color:rgb(118, 162, 243);
    }
    li 
    {
        font-size: 20px;
        padding:5px;
        font-style: 'Inter', sans-serif;
    }
    footer
    {
        background-color: black;
        color: aliceblue;
        height: 44px;
        margin-top: 16px;
    }
    .last
    {
        font-size: 20px;
        text-align: center;
        font-family:cursive;
    }
