.card-data{
    color: whitesmoke;
    background-color: #0b0b8a;
    border-radius: 5px;
}

.content-select{
    max-width: 400px;
    position: relative;
}

.content-select select{
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 7px 10px;
    height: 42px;
    outline: 0;
    border: 0;
    border-radius: 0;
    color: #7b7b7b;
    font-size: 1em;
    font-family:
            'Quicksand', sans-serif;
    border:2px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    position: relative;
    transition: all 0.25s ease;
}

.content-select select:hover{
    background: aliceblue;
}


.content-text textarea{
    display: inline-block;
    width: 100%;
    padding: 7px 10px;
    outline: 0;
    border: 0;
    border-radius: 0;
    color: #7b7b7b;
    font-size: 1em;
    font-family:
            'Quicksand', sans-serif;
    border:2px solid rgba(0,0,0,0.2);
    border-radius: 5px;
    position: relative;
}

::placeholder{
    text-align: center;
    padding: 30px 20px;
}