:root{
    --primary-color:turquoise;
    --secondary-color:rgb(155, 173, 238);
    --tertiary-color: skyblue;

}

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

.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: 2.5rem;
    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: var(--tertiary-color);
}

.icon{
    font-size: 3rem;
    cursor: pointer;
}
.image1{
    width: 50%;
    padding-left: 1rem;

}



.round{
    width: 16em;
    height: 16rem;
    border-radius: 50%;
    margin-left: .3rem;
}

.responsive{
    border-radius: 1rem;
    width: 100%;
    height: auto;
}


.carbon{
    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;
    }
}
