h1{
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
    margin: 2px;
    padding: 5px;
}
header, footer{
    font-family: Georgia, serif;
    font-size: large;
    width: 100%;
    border: 4px solid grey;
    background-color: cornflowerblue;
    border-radius: 2px;
    padding: 4%;
}
h3{
    font-family: Georgia, serif;
}
section{
    border: 4px solid grey;

}
section table{
    table-layout: fixed;

}
section table#titleshiiii{
    font-family: Georgia, serif;
    font-size: large;
    width: 100%;
    padding: 2%;
    border: 0;
    background-color: wheat;
}
table#intextfr{
    font-family: Georgia, serif;
    font-size: large;
    width: 100%;
    padding: 2%;
    background-color: cornflowerblue;

}
table#intextfr td {
    border: 4px solid black;
    text-align: center;
    background-color: wheat;
    text-decoration-color: blue;
    border-style: double;
    padding: 2%;
    transition: transform 0.2s;
}
table#intextfr td:hover{
    transform: scale(1.1);
    z-index: 1;
    position: relative;
    background-color: #ffe4b5;
}
table#intextfr tr td div a{
    font-size: 40px;
}