
h1 {
    font-size:2rem;
    margin-top:0;
    text-align:center;
    font-family: "Audiowide", cursive;
}
#start-here > #contact > h2 {
    font-family:"Audiowide", cursive;
    margin:0px 0px 20px 0px;
}
#start-here > #contact > hr {
    margin:30px 0px 30px 0px;
    opacity:0.25;
    border:0;
    border-top:1px solid black;
}
.text-center {
    text-align:center;
}
img.float-left {
    float:left;
}
img.float-right {
    float:right;
}
img.float-left, img.float-right {
    margin:0px 10px 10px 0px;
    border-radius:10px;
}
.linked-page {
    text-decoration: none;
    color: #007bff;
}
.linked-page:hover {
    color:#006de1;
}
.linked-page::after {
    display:inline-block;
    transform:translateX(0);

    content: "\a0>";
    transition:transform .25s ease-out;
}
.linked-page:hover::after {
    transform:translateX(5px);
}
#start-here > #contact {
    text-align:center;
}

#cats-and-cups > img {
    width:128px;
    height:128px;
}
#retro-remaster > img {
    image-rendering: pixelated;
}
