@font-face {
    font-family:'Expedite';
    src:url('../fonts/expedite.ttf') format('truetype');
    font-weight:normal;
    font-style:normal;
}

body {
    background: linear-gradient(to bottom, #fcbd00, #ff9900);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    font-family: "Expedite", Tahoma, Arial, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: center;
    min-height: 100vh;
}

#supermegaimportantlogo {
    font-size: 40px;
    margin-top: 40px;
    margin-bottom: 0;
    border-radius: 0 0 12px 12px;
    color: #fff;
    user-select: none;
    text-shadow: 2px 2px 0 #000, 0 0 8px #fcbd00, 0 0 12px #ffcc33; /* glossy highlight */
}

#tagline {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 15px;
    text-shadow: 1px 1px 2px #000;
}

.rotate, .axe, .axe2 {
    display: inline-block;
    transform: rotate(-15deg);
}
.axe {
    transform: rotate(-15deg) translateY(2px) translateX(-2px);
    color: #592604;
    text-shadow: 1px 1px 2px #fff;
}
.axe2 {
    transform: rotate(-15deg) translateY(2px) translateX(-2px);
    color: #fff;
    text-shadow: 1px 1px 2px #000;
}

input {
    width: 80vw;
    border-radius: 30px 0 0 30px;
    border: 2px inset #fcbd00;
    background: linear-gradient(to bottom, #000, #222);
    color: #fff;
    padding: 5px 10px;
    box-shadow: inset 0 2px 6px rgba(255,255,255,0.3), inset 0 -2px 4px rgba(0,0,0,0.6);
}

input:focus {
    outline: none;
    box-shadow: inset 0 2px 8px rgba(255,255,255,0.5), inset 0 -2px 6px rgba(0,0,0,0.7);
}

button {
    border-radius: 0 30px 30px 0;
    background: linear-gradient(to bottom, #ffb200 0%, #ff8000 50%, #cc5500 100%);
    color: white;
    padding: 5px 12px;
    border: none;
    text-shadow: 1px 1px 2px #000;
    box-shadow: inset 0 2px 4px rgba(255,255,255,0.4), 0 4px 6px rgba(0,0,0,0.6);
    cursor: pointer;
    transition: all 0.3s ease;
}

button:hover {
    background: linear-gradient(to bottom, #ffcc33 0%, #ff9900 50%, #cc6600 100%);
    box-shadow: inset 0 4px 6px rgba(255,255,255,0.5), 0 6px 10px rgba(0,0,0,0.7);
}

header {
    text-align: left;
    background: linear-gradient(to bottom, #ff9900, #cc5500);
    text-shadow: 1px 1px 2px #000;
    box-shadow: inset 0 2px 4px rgba(255,255,255,0.4), 0 4px 6px rgba(0,0,0,0.6);
    color: white;
    padding: 3px 10px;
}
header a {
    color: white;
    text-shadow: 1px 1px 2px #000;
}

.giraffe, .tiger {
    height: 1px;
    padding: 0;
    margin: 0;
}
.giraffe {
    transform: translateX(-160px) scale(80);
}
.tiger {
    transform: translateX(160px) scale(40);
}

.blogbox {
    max-width: 1200px;
    margin: 0 auto;
}

.blog {
    display: inline-block;
    background: linear-gradient(to bottom, #ff9900, #cc5500);
    color: white;
    height: 300px;
    width: 300px;
    vertical-align: top;
    padding: 10px;
    border-radius: 12px;
    border: 2px solid #ffcc33;
    box-shadow: inset 0 2px 8px rgba(255,255,255,0.5), 0 6px 12px rgba(0,0,0,0.6);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.blog:hover {
    transform: scale(1.2);
    border-color: #fff;
    box-shadow: inset 0 4px 12px rgba(255,255,255,0.7), 0 8px 16px rgba(0,0,0,0.8);
}

.blog h4 {
    font-size: 15px;
    text-shadow: 1px 1px 3px #000;
}

.blog img {
    max-width: 100px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.7);
}

.blogbox h2 {
    text-align: center;
    color: #f2f2f2;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.6);
}
#fish {height: 100px;}
.numbernine {transform:scale(2);display:inline-block; color: orangered;}