body{
    background: green;
}

.head{
        border-style: groove;
    background-color: rgb(20, 136, 175);
}

#header{
    text-align: center;
    color: aliceblue;
    font-size: 30pt;
    font-family: cursive;
    }

#sub-header{
    text-align: center;
    color: rgb(187, 185, 185);
    font-style: italic;
    font-size: 20px;
}

/* This is just navbar stuff, needs fixing */

.navbar{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    
}

a:link{
    font-size: 30px;
    
}

p{
    text-align: center;
    font-size: 30px;
    color: pink;
}

.badges{
    background-color:#121212;
                        border-top:1px solid #cfcfcf;
                        border-left:1px solid #cfcfcf;
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        padding: 5px;
                        font-size: 2vw;
                        z-index: 100;
                        color: #cfcfcf;
}

.badgess{
    background-color:#121212;
                        border-top:1px solid #cfcfcf;
                        border-left:1px solid #cfcfcf;
                        position: absolute;
                        left: 0;
                        bottom: 1;
                        padding: 5px;
                        font-size: 2vw;
                        z-index: 100;
                        color: #cfcfcf;
}

img{
    float:right;
}

h1{
    color: pink;
    text-align: center;
}

.profile-container{
    content: "";
    clear: both;
    display: table;
    border-style: groove;
    
}

li{
    text-align: left;
    font-size: 30px;
    color: pink;
}

.badge-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;;
}

.blog{
    text-align: left;
    font-size: 30px;
    color: pink;
}

