

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

.body{
    width: 85%;
}
.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;
}



.sidebar{
    width: 15%;
    border-right-style: solid;
    position: static;
    text-align: center;
}

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

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



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




.round1{
    width: 10rem;
    height: 10rem;
    border-radius: 50%;
}

.round2{

    width: 8rem;
    height: 8rem;
    border-radius: 50%;

}

.round3{
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
}

.square1{
    width: 10rem;
    height: 10rem;
    border-radius: 1rem;
    
}

.square2{
    width: 8rem;
    height: 8rem;
    border-radius: 1rem;
    
}

.square3{
    width: 6rem;
    height: 6rem;
    border-radius: 1rem;
    
}

.text-round{
    background-color: red;
    margin-bottom: 4rem;
    border-radius: 50%;
    padding: 1rem;
    display: inline;
}


.text-square{
    background-color:red;
    border-radius: 5px;
    margin-bottom: 1rem;
    padding: 1rem;
    display: inline;
}


.carbon-png{

    border: 0;
    width: 50rem;
    margin: 3rem;
    height: 30rem;

}



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

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

    header{
        text-align: left;
    }
}
