@font-face {
    font-family: GhostSoriesDeluxe;
    src: url('Ghost\ Stories\ Deluxe.otf');
}

h1
{
    font-family: GhostStoriesDeluxe, sans-serif;
    text-align: center;
    color: #ffffff;
}

p
{
    font-family: GhostStoriesDeluxe, sans-serif;
    color: #ffffff;
}

body
{
   background-color: #141516; 
}

a
{
    color: aliceblue;
    text-decoration: none;
}
header
{
    background: #1f1f1f;
    padding: 20px;
    text-align: center;
}

nav
{
    position: relative;
    background-color: #171717;
    padding: 10px 0;
}

button
{
    background-color: #2b2b2b;
    border: none;
    border-radius: 12px;
    color: #ffffff;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}

.centerButton
{
    text-align: center;
}

.projects
{
    display: inline-block;
    text-align: center;
}

.WebsiteProj
{
    display: inline-block;
    text-align: center;
}

.Websites
{
    text-align: center;
}

.Skypunk, .SkypunkArena, .BeastTag, .PrimalFearWeb 
{
    width: 375px;
    display: inline-block;
    text-align: center;
    padding-right: 20px;
    margin-bottom: 20px;
}

.Skypunk img, .SkypunkArena img, .BeastTag img, .PrimalFearWeb img  
{
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.info
{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 20px;
    text-align: left;
}

.midea
{
    overflow: hidden;
    overflow: hidden;
    position: fixed;
    bottom: 0;
}

footer
{
    background-color: #171717;
    position: relative;
    width: 100%;
    bottom: 0;
}

.bio
{
    margin: 20px;
}

.Logo2
{
    width: 200px;
    height: 200px;
    display: inline-block;  
}

.projects
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.youtube
{
    width: 3%;
    height: 6%;
}

.linkedin
{
    width: 3%;
    height: 6%;
}

