body{
    background-color: rgb(238, 230, 187);
}

h1{
    color: rgb(68, 8, 125);
    text-align: center;
    background-color: rgb(215, 110, 110);
}

p{
    color: rgb(8, 8, 190);
    text-align: center;
    width: 70%;
    font-size: 18px;
}

img{
    width: 200px;
    height: auto;
    border: 2px solid #3498db;
    border-radius:  10px;
    display: block;
    margin: 20px auto;
}

table{
    width: 70%;
    margin: 23px auto;
    border-collapse: separate;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans';
    font-size: 14px;
    color: #333;
}

th{
    background-color: #1dbcd8;
    color: #ffffff;
    font-size: 16px;
    padding: 10px;
    text-align: start;
    border: 1px solid #0000ff;

}

td{
    background-color: #ffffff;
    color: #1d038fa7;
    padding: 8px;
    text-align: inherit;
    border: 1px solid #0000ff;
}

#cj{
    width: 900px;
}

#link{
    width: 50px;
}