

body{
    position: relative;
    margin-left: 4px;
    width: 100%;
    margin-top: 0;
}

.body{
    width: 85%;
}
.sidebar{
    width: 15%;
    border-right-style: solid;
    text-align: center;
}
.container{
    padding: 3px;
    display: flex;
    gap: 5px;
    position: relative;
}

header{
    display: flex;
    justify-content: space-between;
    background-color: rgb(155, 173, 238);
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    position: sticky;
    z-index: 2;
    margin-top: 0;
    top: 0;
}

.flex{
    display: flex;
    justify-content: space-between;
    width: 97%;
}

.icon{
    font-size: 3rem;
    cursor: pointer;
    display: flex;
    width: 10%;
    justify-content: space-between;
    align-items: center;
} 
.fa{
    text-decoration: none;
}

.side-nav{
    text-decoration: none;
}

.side-nav:hover{
    background-color: turquoise;
    padding: 5px 3rem 5px 3rem;
    border-radius: 1rem;
}



.btn{
    margin-top: 3rem;
    display: flex;
    justify-content: space-between;
}

button{
    border-radius:1rem ;
    padding: 1rem;
    background-color: skyblue;
}


.alert{
    display: inline-block;
    margin: 1rem;
    width: 60%;
    padding: .7rem;
    border-radius: 3px;
}


.alert1{
    background-color: skyblue;
}

.alert2{
    background-color: rgb(186, 191, 93);
}

.alert3{
    background-color: lightcyan;
}

.alert4{
    background-color: red;
}

.alert5{
    background-color: lightgoldenrodyellow;
}

.alert6{
    background-color: lightskyblue;
}

.alert7{
    color: grey;
}

.alert8{
    background-color: grey;
}


.carbon{
    border: 0;
    width: 100%;
    margin: 3rem;
    height: 30rem;
}

@media only screen and (max-width: 820px) {

    html{
        font-size: 10px;
        width: 98%;
    }

    header{
        text-align: left;
    }
}
