html,
body {
    color: black;
    background-color: #ffffff;
    text-align: center;
    font-family: Consolas, monospace;
    height: 100%;
    margin: 0;
    padding: 0;
}

.css-code textarea {
    border-radius: 10px;
    box-shadow: 0px 0px 10px black;
    resize: none;
    width: 1500px;
    height: 25px;
    font-size: 16px;
    padding: 10px;
}

#preview {
    box-shadow: 0px 0px 5px black;
    height: 550px;
    width: 100%;
    background: #fff;
    background-image: linear-gradient(to right, #ffffff, #000000);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

a {
    color: white
}

a:hover {
    color: #666
}

a:active {
    color: black
}

.ok {
      box-shadow: 0px 0px 10px black;
}

#controls {
    height: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#controls div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

#controls label {
    margin-right: 10px;
}

#generate-btn {
    font-family: Consolas, monospace;
    padding: 10px;
    background-color: #007cf0;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
