@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&display=swap');

body {
    font-family: 'Pixelify Sans', monospace;
    background-image: url('bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

main {
    text-align: center;
}

h1 {
    font-size: 50px;
    margin-bottom: 10px;
    text-shadow: 2px 2px 2px rgb(255, 201, 151);
    color: rgb(255, 255, 255);
}

.aigs {
    text-shadow: 5px 5px 2px rgb(255, 201, 151);

}

.wiptext {
    font-size: 10px;
}

.lnkbtn {
    font-family: 'Pixelify Sans', monospace;
    font-size: 20px;
    color: #ffffff;
    text-transform: uppercase;

    display: inline-block;
    padding: 8px 24px;
    cursor: pointer;
    background-color: #cc952e;

    border: none;
    outline: none;
    position: relative;
    user-select: none;

    box-shadow:
        0 -4px 0 0 #000000,
        0 4px 0 0 #000000,
        -4px 0 0 0 #000000,
        4px 0 0 0 #000000,
        inset -4px -4px 0 0 #946b1f;
}

.gamesdiv {
    background: linear-gradient(to bottom, #ffe2ac 50%, #f5c367 50%);
    width: 15%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 10px;
    /* 0 for top/bottom, auto for left/right */
    box-shadow:
        0 -4px 0 0 #000000,
        0 4px 0 0 #000000,
        -4px 0 0 0 #000000,
        4px 0 0 0 #000000,
        inset -4px -4px 0 0 #946b1f;
}

.gamesdiv2 {
    background-color: #f5c367;
}