header {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    background: linear-gradient(30deg,rgba(255, 0, 0, 0.521),rgba(0, 255, 0, 0.527),rgba(0, 217, 255, 0.582));
    box-shadow: inset 3px 2px 20px 0px black;
    padding-top: 10px;
    padding-bottom: 10px;
}

header>h1 {
    width: 100%;
    font-size: 60px;
    width: 100%;
    font-weight: bolder;
    font-family: 'Josefin Sans', sans-serif;
    text-shadow: 2px 2px 5px rgb(240, 233, 233) ;
    text-align: center;
}
header>p {
    width: 100%;
    font-size: 40px;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
}

main {
    background: linear-gradient(rgb(218, 203, 175),rgb(151, 141, 122));
    background-color: rgb(218, 203, 175);
    width: 100%;
    padding-top: 10px;
    padding-bottom: 50px;

    display: flex;
}

.setting-area {
    width: 30%;

}

.option1 {
    display: flex;
    width: 100%;
    position: relative;
    /* flex-direction: column; */
}

.option-color {
    width: 50% ;
    display: block;
    padding-left: 20px;
    padding-right: auto;
}

.option-fes {
    width: 50%; 
    display: flex;
    flex-direction: column;

}

form {
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
}
form>p, form>label {
    font-family: 'Josefin Sans', sans-serif;
    font-size: 20px;
    text-align: center;
    line-height: 14px;
}

input {
    /* margin-left: 6px; */
}

.bar-setting {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

input[type="radio"] {
    height: 20px;
    width: 20px;
    padding-right: auto;
    padding-left: auto;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 1px;
    text-align: center;
    line-height: 14px;
}
span {
    display: inline-flex;
    font-family: 'Josefin Sans', sans-serif;
    height: 20px;
    font-size: 17px;
    /* text-align: center; */
    justify-content: center;
}
input[type="checkbox"] {
    height: 20px;
    width: 100%;
    padding-right: auto;
    padding-left: auto;
}
.rad-btns {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;   
    
}

.button-gr {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
}

button:nth-child(1),button:nth-child(3)  {
    display: flex;
    justify-content: center;
    background: hsl(64, 68%, 91%);    /* max-width: 80%; */
    height: 30px;
    border-radius: 3px;
    margin-bottom: 5px;

}
button:nth-child(1):hover,button:nth-child(3):hover  {
    font-weight: bold;
    box-shadow: 0 0 7px ;
}

button:nth-child(5)  {
    display: flex;
    justify-content: center;
    background: hsl(158, 70%, 91%);    /* max-width: 80%; */
    height: 30px;
    border-radius: 3px;
    margin-bottom: 5px;
}
button:nth-child(5):hover  {
    font-weight: bold;
    box-shadow: 0 0 7px ;
}
button:nth-child(6):hover  {
    background: linear-gradient(rgba(255, 0, 0, 0.623),rgba(0, 255, 0, 0.527),rgba(0, 0, 255, 0.555));    /* max-width: 80%; */
    border-radius: 3px;
    margin-bottom: 5px;
    height: 30px;
    font-weight: bold;
    color:rgb(251, 255, 0);
    text-shadow: 0px 0px 4px black;
    box-shadow: 0 0 7px 3px rgb(251, 255, 1);
}

canvas {
    border-radius: 7px;
    box-shadow: 1px 2px 10px;
}