body{
    background-color: black;
}

#toplogo{
    border-radius: 20px;
}

#toparea{
    display: grid;
    place-content: center;
}

#buttons{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    border-radius: 15px;
    font-size: xx-large;
    font-family: monospace;
    -webkit-text-fill-color: white;
    background-color: black;
    border-color: white;
    border-style: solid;
    padding: 20px;
    border-width: 4px;
}

#uppercontent{
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

#uppercontentintro{
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: -10px;
    margin-top: 20px;
}

#upperintrotext{
    -webkit-text-fill-color: white;
    font-family: monospace;
}

#socialtext{
    -webkit-text-fill-color: white;
    font-family: monospace;
    text-align: center;
    font-size: xx-large;
    margin-bottom: 5px;
    margin-top: 30px;
}

#backdiv{
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding-top: 10px;
}

#backbutton{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    border-radius: 15px;
    font-size: x-large;
    font-family: monospace;
    -webkit-text-fill-color: white;
    background-color: black;
    border-color: white;
    border-style: solid;
    padding: 20px;
    border-width: 4px;
}

#socialbuttons{
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    border-radius: 15px;
    font-size: xx-large;
    font-family: monospace;
    -webkit-text-fill-color: white;
    background-color: black;
    border-color: white;
    border-style: solid;
    padding: 20px;
    border-width: 4px;
}

#socialdiv{
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 50px;
}

hr{
    width: 80%;
}

h1, h2, h3, h4, h5, h6, b, p{
    font-family: monospace;
    -webkit-text-fill-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#projecttext{
    font-family: monospace;
    -webkit-text-fill-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#blogcard{
    display: grid;
    display: flex;
    justify-content: center;
    margin: auto;
    padding-bottom: 20px;
}

#blog{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 20px;
    flex-wrap: wrap;
}

#time{
    margin: 0px !important;
}

#creditsbutton{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 50px;
}

h3#credits{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

a#redirect{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration-color: white;
    -webkit-text-fill-color: white;
}