/*Copyright (c) Dr. Heba Sailem 2021*/

body{
    color: white;
    background-color: #252525;
    font-family:"open sans";
    padding-left: 10px;
}

body::-webkit-scrollbar {
    width: 10px;
  }
  body::-webkit-scrollbar-track {
    background: #f1f1f1; 
  }
  body::-webkit-scrollbar-thumb {
    background: #888; 
  }
  body::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

p{
    width: 75%;
}

a{
    color: white;
}

table,td,th{
    border: 1px solid white;
    border-collapse: collapse;
    text-align: center;
    margin: 10px auto;
}
td,th{
    padding: 5px;
}
th{
    background-color:#474747;
}
.shade-blue{
    background-color: turquoise;
}

.icons-div{
    display: grid;
    grid-template-columns: repeat(7, 0.5fr);
    grid-template-rows: repeat(2, 0.3fr);
    justify-items: center;
    align-items: center;
    width: 50%;
    font-size: 24px;
    margin: 10px auto;
    text-align: center;
}

.icons-div h6{
    margin: 10px auto;
}


img{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 1px solid white;
}

figure{
    margin: 0;
}

.content-ol{
    border: 1px solid #888;
    width: 300px;
}

.content-ol a{
    color: white;
}