body {
    background-color: lightyellow;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS';
    text-align: center;
}
a {
    text-decoration: none;
   }
table 
{
    width: 50%;
    border-collapse: collapse;
}
th, td 
{
    border: 1px solid black;
    text-align: center;
}

h1 
{
    margin: 40px;
    text-align: center;
}
p
{
margin: 20px;
}

.time
 {
    background-color: peachpuff;
  }

.nat
{
    background-color: lightgreen;
}

.mat
{
    background-color: orange;
}

.yrk
{
    background-color: white;
}

.hist
{
    background-color: darkslateblue;
}

.eng
{
    background-color: darkgreen;
}

.tek
{
    background-color: burlywood;
}

.kropp
{
    background-color: red;
}

.prog
{
    background-color: brown;
}

div.radius { border-radius: 20px; background: #e7d5c0; }

.ama{
    color: black;
    text-decoration: none;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color:rgb(255, 227, 157);
    padding: 10px;
    margin-left:40px;
    border-radius: 10px;
    line-height: 3;
    text-align: center;
}

figure  {
    display: flex;
    justify-content: center;
}