*{
    box-sizing: border-box;
    padding: 0;
}
table{
    margin: 50px;
    position: block;
}
th{
    text-align: center;
    width: 200px;
    height: 80px;
}
.API{
    background-color: #e3f116;
}
.GRS{
    background-color: #d67676;
}
.VYT{
    background-color: #22c502;
}
.SJL{
    background-color: #ce6a5d;
}
.ANK{
    background-color: #7322b4;
}
.POS{
    background-color: #caa046;
}
.ELM{
    background-color: #5bd1ee;
}
.MAT{
    background-color: #447a50;
}
.ETS{
    background-color: #3987b4;
}
.ANJ{
    background-color: #4073b6;
}
.TSV{
    background-color: #4567d8;
}
.EKO{
    background-color: #e9db1b;
}
.GRF{
    background-color: #f14545;
}
.TIME{
    background-color: lightgrey;
}
.DAYS{
    background-color: lightgrey;
    width: 250px;
}
.pad{
    border-radius: 25px;
    border: 2px solid white;
}
h3{
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 20px 150px;
    letter-spacing: 4px;
}
p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin-left: 100px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: bold;
}
.but{
    position: relative;
    top: 20px;
    left: 20px;
}