
.favicon-table{
    resize: both;
    width: 50px;

}
body, html{
    height:100vh
}

img {
    filter: drop-shadow(2px 0px darkgrey)
    drop-shadow(-2px 0px darkgrey)
    drop-shadow(0px 2px black)
    drop-shadow(-1px -2px white);

}
.table-background-background{
    background-color: #32BBCD;

}
.table-background{
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    width: fit-content;
    margin: 5% auto auto;
}
.otterpeak{
width: auto;
max-height: 20vh
}
.link-table{
    max-height: 80vh;
}
.table-head{
    display: inline-block;
    height: 20vh;
    max-height: 20vh
}
body{
    background-color: #32CD91;
    font-size: 20pt;
    color: #780099;
    text-shadow: 1px  1px white,
    1px -1px white,
    -1px -1px white,
    -1px  1px white;
    font-family: Monospaced, monospace;
}
a{

    color: inherit;
    text-decoration: inherit;
}