@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');



a{
    cursor: pointer;
    text-decoration: none; 
}

header a{
    color: bisque;
    padding-left: 10px;
    width: 10%;
}
header div {
    margin: 0 auto;
    text-align: center;
    margin-left: 35%;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(0deg, #000000 0%, #aeb6cb 100%);
    height: 100%;
    margin: 0;
}

header {
    display: flex;    
    max-width: 1200px;
    text-align: center;
    line-height: 60px;
    margin: 20px auto;
    border-radius: 10px 10px 0 0;
    border: 2px solid rgba(0, 0, 0, 0.5);
    box-shadow: 
        0 0 20px rgba(61, 98, 193, 0.5),
        0 10px 20px rgba(0, 0, 0, 0.2);

    background: linear-gradient(300deg, #854a73 0%, #3d62c1 100%);    
    font-size: 25px;
    font-weight: bold;    
    color: bisque;

    justify-content: center;
    align-items: center;
    

}

#color, #info-color{
    max-width: 1200px;    
    margin: 20px auto;
    border-radius: 0 0 10px 10px;    
    
}

#color{
    height: 400px;
    display: flex;
    justify-content: right;    
    border: 2px solid rgba(0, 0, 0, 0.5);
    
}

#info-color{
    text-align: center;
    font-size: 25px;
    font-weight: bold;   
    color: azure;
}

#trans{
    transform: rotate(-90deg);
    width: 380px;
    margin-right: -170px;

}

.color-all {
    display: flex;
    justify-content: center;
    gap: 40px;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
}

#rgba, #kivy {
    font-size: 30px;
    font-weight: bold;
    cursor: pointer;
    color: rgb(108, 206, 78);
}

.name{
    font-size: 30px;
    font-weight: bold;
    color: bisque;

}

