/*Mindula Dilthushan
Generate-Radiant-Color*/
body {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100vw;
    height: 100vh;
    padding: 0;
    margin: 0;
    flex-direction: column;
    background-image: linear-gradient(to right top, #0fb9b1, #3acac3, #56dcd4, #6dede7, #84fff9);
}

.content-section {
    width: 45%;
    height: 60%;
    background-color: rgba(0, 0, 0, 0.32);
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    border-radius: 40px;
}

.color-section {
    width: 35%;
    height: 20%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.color_01 {
    width: 100px;
    height: 40px;
    border-color: transparent;
    background-color: transparent;
    cursor: pointer;
}

.color_02 {
    width: 100px;
    height: 40px;
    border-color: transparent;
    background-color: transparent;
    cursor: pointer;
}

.code-text {
    color: black;
    font-family: 'Balsamiq Sans', cursive;
    padding: 0;
    margin: 5px;
}

.code-text-p {
    color: black;
    font-family: 'Balsamiq Sans', cursive;
    padding: 0;
    margin: 15px;
    cursor: text;
}

.btn-copy {
    width: 20%;
    height: 8%;
    border-radius: 8px;
    background-color: #4b4b4b;
    border-color: transparent;
    color: white;
    cursor: pointer;
    font-family: 'Balsamiq Sans', cursive;
}

.btn-copy:hover {
    background-color: #212121;
}

.copy-code-section {
    width: 50%;
    height: 6%;
    margin: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.copied-data {
    width: 80%;
    height: 100%;
    background-color: #089d4a;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    border: 2px solid black;
}

.copied-data-no {
    width: 100%;
    height: 100%;
    background-color: #eb3b5a;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    border: 2px solid black;
    flex-direction: column;
}

.text-code {
    color: #ffffff;
    font-size: 15px;
    margin-top: 1%;
    margin-left: 5%;
    font-family: 'Balsamiq Sans', cursive;
}

.footer-section {
    width: 40%;
    height: 5%;
    justify-content: center;
    align-items: center;
    display: flex;
}

.footer-text {
    font-family: 'Balsamiq Sans', cursive;
    margin-top: 30%;
}
