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

}
.header{
    height: 600px;
    width: 850px;
    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{
    padding-top: 20px;
}

#app b {
    color: black;
    font-size: 30px;
}
#app p {
    color: gray;
}

.app-1{
    height: 60px;
    width: 400px;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid blue;
    align-items: center;
    justify-content: start;
}
.app-1 #checkbox-1 {
    background-color: blue;
    color: white;
    margin-left: 10px;
}
.app-1 b{
    color: rgb(11, 11, 90);
}
.app-1 p{
    padding-left: 10px;
    color: gray;
}
.app-1 a{
    padding-left: 120px;
    color: blue;
}

.app-2{
    height: 60px;
    width: 400px;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid blue;
    align-items: center;
    justify-content: start;
}
.app-2 #checkbox-2 {
    border: none;
    outline: none;
    background-color: blue;
    color: white;
    margin-left: 10px;
}
.app-2 b{
    color: rgb(11, 11, 90);
}
.app-2 p{
    padding-left: 10px;
    color: gray;
}
.app-2 a{
    padding-left: 150px;
    color: blue;
}
.app-3{
    height: 60px;
    width: 400px;
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid gray;
    align-items: center;
    justify-content: start;
}
.app-3 #checkbox-3 {
    border: none;
    outline: none;
    background-color: blue;
    color: white;
    margin-left: 10px;
}
.app-3 b{
    color: rgb(11, 11, 90);
}
.app-3 p{
    padding-left: 10px;
    color: gray;
}
.app-3 a{
    margin-left: 80px;
    padding-left: 30px;
    color: blue;
}

.link {
    width: 120px;
    height: 40px;
    border-radius: 8px;
    background-color: whitesmoke;
    color: rgb(9, 9, 92);
    margin-top: 150px;
    border: none;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

.submit {
    width: 120px;
    height: 40px;
    border-radius: 8px;
    background-color: rgb(9, 9, 92);
    color: whitesmoke;
    margin-left: 170px;
    border: none;
    font-size: 18px;
    opacity: 0.8;
    cursor: pointer;
}

.link:hover{
    background-color: white;
    opacity: 1;
}

.submit:hover{
    opacity: 1;
}