body{
    background-color: rgb(255, 252, 211);
}

h1{
    font-weight: 800;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

img{
    width: 400px;
    border-radius: 50%;
    border: 2px dotted black;
}

.main_info{
    background-color: bisque;
}

.prod{
    background-color: rgb(24, 125, 141);
}

.yff{
    background-color: azure;
}

table,tr,td,th{
    border-collapse: collapse;
    border: 1px solid black;
}

.tek{
    background-color: burlywood;
}

.nat{
    background-color: aliceblue;
}

.eng{
    background-color: darkgreen;
}

.kro{
    background-color: rgb(186, 43, 79);
}

.mat{
    background-color: gold;
}

.kon{
    background-color: peru;
}