body {
    background-color: #3C40C6;
    color: white;
    margin: 0px;
    padding: 0px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;

}

#backbutton{
    color: rgb(47, 47, 47);
    padding: 20px 20px;
    background-color: white; 
    display: flex;
    width: 50px;
}

.main{
    padding: 50px 100px 0px 100px;
    gap: 20px;
    
    
    
}

a{
    text-decoration: none;
}

.rightbutton{
    display: flex;
    flex-direction: row;
    gap: 50px;
    
}

.title{
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    margin-right: 50px;
   

}

.colorpalette1{
    display: flex;
    flex-flow: row wrap;
    flex-shrink: 2;
    justify-content: center;
    margin: 50px;
    gap: 100px;
   
}

#box1{
    background-color: white;
    color: black;
    height: 240px;
    width: 280px;
    display: flex;
    flex-direction: column-reverse;
    align-items:center ;
    justify-content: space-around;
    border-radius: 10px;


    

}


@media(max-width:690px) {

.main{
font-size: .8em;
padding: 50px;
}

.rightbutton{
    display: flex;
    flex-direction: row;
    gap: 10px;

}

}


@media(max-width:330px) {

    .main{
    font-size: .8em;
    padding: 30px;
    }
    
    .rightbutton{
        display: flex;
        flex-direction: row;
        gap: 10px;
    
    }
    
    }