body{
    background-color:lightblue;
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 20px;
    padding-bottom: px;

}
.header{
    height: 600px;
    width: 950px;
    background-color: whitesmoke;
    border-radius: 10px;
    margin-top: 5px;
    margin-left: 50px;
    padding-left: 20px;
    padding-top: 30px;
    display: flex;
    flex-direction: row;
}
.container-1{
    height: 550px;
    width: 350px;
    background-image: url(assets/images/bg-sidebar-desktop.svg);
    background-position: unset;
    background-repeat: no-repeat;
    padding-left: 30px;
    padding-top: 25px;
}
#click-1{
    display: flex;
    flex-direction: row;
    color: rgb(218, 194, 168);
}
#click-1 h3{
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid rgb(218, 194, 168);
    opacity: 0.8;
}
#click-1 nav{
    padding-left: 30px;
}
#click-2{
    display: flex;
    flex-direction: row;
    color: rgb(218, 194, 168);
}
#click-2 h3{
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid rgb(218, 194, 168);
    opacity: 0.8;
}
#click-2 nav{
    padding-left: 30px;
}
#click-3{
    display: flex;
    flex-direction: row;
    color: rgb(218, 194, 168);
}
#click-3 h3{
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid rgb(218, 194, 168);
    opacity: 0.8;
}
#click-3 nav{
    padding-left: 30px;
}
#click-4{
    display: flex;
    flex-direction: row;
    color: rgb(218, 194, 168);
}
#click-4 h3{
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 35px;
    border: 1px solid rgb(218, 194, 168);
    opacity: 0.8;
}
#click-4 nav{
    padding-left: 30px;
}
nav h4{
    color: antiquewhite;
}
h3:hover{
    background-color: beige;
    color: black;
    opacity: 1;
}

.container-2{
    margin-top: 180px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.container-2 h1{
    font-size: 30px;
}
.container-2 p{
    font-size: 20px;
    gap: 20px;
    color: gray;
}