/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 6 Οκτ 2021, 12:55:20 π.μ.
    Author     : macbookuser
*/

a { color: cadetblue; text-decoration: none;}
a:hover {color: darkcyan;text-decoration: none;}

.course-card {
    padding: 2em;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5em;
    margin-bottom: 5em;
    align-content: center;
    border-color: lightgray;
    border-style: solid;
    border-width: 1px;
    border-radius: 0.5em;
    box-shadow: 4px 4px 16px lightgray;
}
.course-title {
    background: gray;
    color: white;
    padding: 1em;
    margin-bottom: 1em;
    box-shadow: 2px 2px 6px lightgray;
}
.course-image {
    width: 100%;
    margin-bottom: 3em;
    box-shadow: 2px 2px 6px lightgray;
}

.paragraph {
    font-size: larger;
    color: lightslategray;
    text-indent: 2em;
    text-align: justify;
    margin-bottom: 2em;
}

.nocharge {
    margin-top: 4em;
    font-size: larger;
    color: grey;
    text-align: justify;
    margin-bottom: 2em;
}

ul {
    margin-top: -2em;
    margin-bottom: 2em;
}
li {
    font-size: larger;
    color: lightslategray;
    text-indent: 2em;
    text-align: justify;
}

.pricing {
    font-size: x-large;
    color: chocolate ;
    font-weight: bold;
    margin-bottom: 2em;
}
