.tv-bg, .cheese
{
    position: absolute;
    top: 0;
    left: 2%;
    right: 0;
    bottom: 15%;
    margin-top: auto;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    image-rendering: pixelated;
}
body
{
    background-color: black;
    font-size: 32px;
    text-align: center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.cheese
{
    scale: 200%;
    right: 0px;
}
.tv-bg
{
    top: 0;
    bottom: 5%;
    left: 2%;
    right: 0;
    height: 250px;
    width: 250px;
    background-color: rgb(168, 248, 168);
}
a.etc
{
    position: fixed;
    top: 70%;
    right: 0;
    left: 0;
    color: white;
}
a.etc:hover, a.etc:active
{
    color: rgb(180, 180, 180);
}