.navbar {
    background-image: linear-gradient(280deg, rgba(241,234,185,1) 50%, rgba(255,140,140,1) 100%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#home-section {
    /*background-color: #ffd180;*/
    /*background: linear-gradient(to right, rgb(255, 179, 71), white);*/
    /*background: rgb(254,193,128);
    background: linear-gradient(90deg, rgba(254,193,128,1) 35%, rgba(255,137,147,1) 100%);*/
    background: rgb(241,234,185);
    background: linear-gradient(280deg, rgba(241,234,185,1) 50%, rgba(255,140,140,1) 100%);
}

#design-section {
    background-image: url('../img/cool-background.png');
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.box {
    background: transparent;
}

.styledList {
    list-style-type: disc;
}