* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: whitesmoke;
}

body {
    font-family: 'Poppins', sans-serif;
}

header {
    display: flex;
    width: 90%;
    margin: auto;
    align-items: center;
}

.top-container {
    flex: 1;
    text-align: center;
    font-size: 26px;
    padding-top: 10px;
}

nav {
    flex: 1;
}

.navigation-links {
    justify-content: space-around;
    display: flex;
    list-style: none;
}

.navigation-link {
    color: black;
    font-size: 24px;
    text-decoration: none;
}

.github-text {
    flex: 1;
    color: black;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}

.github-link {
    text-decoration: none;
}

.steam-text {
    flex: 1;
    color: black;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}

.steam-link {
    text-decoration: none;
    text-decoration-color: darkslateblue;
}

.twitterbot-text {
    flex: 1;
    color: black;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}

.twitterbot-link {
    text-decoration: none;
    text-decoration-color: darkslateblue;
}

.twitter-text {
    flex: 1;
    color: black;
    font-size: 20px;
    text-align: center;
    padding-top: 10px;
}

.twitter-images {
    flex: 1;
    padding: 20px;
    text-align: center;
}

.gui-image {
    height: 325px;
    width: 350px;
    border: 1px solid black;
    box-shadow: 10px 10px 5px grey
}

.reply-image {
    height: 325px;
    width: 350px;
    border: 1px solid black;
    box-shadow: 10px 10px 5px grey
}

.hang-in-there {
    flex: 1;
    margin: auto;
}

.notfound-position{
    flex: 1;
    font-size: 30px;
    text-align: center;
}

.notfound-text{
    flex: 1;
    font-size: 26px;
    text-align: center;
}

footer {
    font-size: 15px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    align-items: center;
}
